Color Hex Logo

#00455b Color Hex

#00455B
(0,69,91)
0 Favorites   0 Comments

Color spaces of #00455b

RGB 06991
HSL0.541.000.18
HSV195°100°36°
CMYK 1.000.240.00   0.64
XYZ4.01645.011610.6532
Yxy5.01160.20410.2546
Hunter Lab22.3866-7.1517-12.5439
CIE-Lab26.7678-10.1888-18.4212

#00455b color RGB value is (0,69,91).

#00455b hex color red value is 0, green value is 69 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #00455b hue: 0.54 , saturation: 1.00 and the lightness value of 00455b is 0.18.

The process color (four color CMYK) of #00455b color hex is 1.00, 0.24, 0.00, 0.64. Web safe color of #00455b is #003366. Color #00455b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000101 01011011
Octal 0 105 133
Decimal 0 69 91
Hex 0 45 5B

RGB Percentages of Color #00455b

%0.00
%43.13
%56.88

CMYK Percentages of Color #00455b

%100
%24
%0
%64

Triadic Colors of #00455b

#00455b #5b0045 #455b00

Analogous Colors of #00455b

#00455b #00185b #005b43

Monochromatic Colors of #00455b

#00455b

Complementary Color

#00455b #5b1600

#00455b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00455b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00455b Color CSS Codes

.mybgcolor {background-color:#00455b; } 
.myforecolor {color:#00455b; }
.mybordercolor {border:3px solid #00455b; }

#00455b Text Font Color

<p style="color:#00455b">Text here</p>

This sample text font color is #00455b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00455b Background Color

<div style="background-color:#00455b">
Div content here</div>

This div background color is #00455b


#00455b Border Color

<div style="border:3px solid #00455b">
Div here</div>

This div border color is #00455b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,69,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00455b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00455b;
  -webkit-box-shadow: 1px 1px 3px 2px #00455b;
  box-shadow:         1px 1px 3px 2px #00455b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,69,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00455b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00455b;
  -webkit-box-shadow: 1px 1px 3px 2px #00455b;
  box-shadow:         1px 1px 3px 2px #00455b;">
Div content here</div>

This div box has shadow with color #00455b

#00455b Color Palettes


Comments

No comments written yet.

Please login to write comment.