#05436F

Color #05436F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #05436F

Tints of Dark Cerulean #05436F

Color information

#05436F (or 0x05436F) is unknown color: approx Dark Cerulean. HEX triplet: 05, 43 and 6F. RGB value is (5,67,111). Sum of RGB (Red+Green+Blue) = 5+67+111=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #05436F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05436F is #FABC90. Grayscale: #353535. Windows color (decimal): -16432273 or 7291653. OLE color: 7291653.

HSL color Cylindrical-coordinate representation of color #05436F: hue angle of 204.91º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05436F is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB567111-
CMYK0.950.4000.56
HSL204.91º91.38%22.75%-
HSV(B)204.91º95.5%43.53%-
XYZ4.945.1915.78-
YUV53.48160.4693.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 111 (43.75% from 255) = 60.66%
R=2.73%
G=36.61%
B=60.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5671110.950.4000.56204.9191.3822.75
Hex5436F5F28038cd5b17
Octal51031571375007031513327
Binary101100001111011111011111101000011100011001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05436F; }

 p { color: rgb(5,67,111); }

 H1.HeaderClassName
 {
   color: #05436F;
 }
 .AnyTagClassName
 {
   color: #05436F;
 }
</style>
background-color css

<style>
 a { background-color: #05436F; }

 a { background-color: rgb(5,67,111); }

 div.DivClassName
 {
   background-color: #05436F;
 }
 .BgClassName
 {
   background-color: #05436F;
 }
</style>
border-color css

<style>
 span { border-color: #05436F; }

 span { border-color: rgb(5,67,111); }

 td.TdClassName
 {
   border-color: #05436F;
 }
 .TagClassName
 {
   border-color: #05436F;
 }
</style>