#05476C

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

Shades of Dark Cerulean #05476C

Tints of Dark Cerulean #05476C

Color information

#05476C (or 0x05476C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 47 and 6C. RGB value is (5,71,108). Sum of RGB (Red+Green+Blue) = 5+71+108=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #05476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05476C is #FAB893. Grayscale: #373737. Windows color (decimal): -16431252 or 7096069. OLE color: 7096069.

HSL color Cylindrical-coordinate representation of color #05476C: hue angle of 201.55º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05476C is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB571108-
CMYK0.950.3400.58
HSL201.55º91.15%22.16%-
HSV(B)201.55º95.37%42.35%-
XYZ5.025.6215.01-
YUV55.48157.6391.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 108 (42.58% from 255) = 58.70%
R=2.72%
G=38.59%
B=58.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5711080.950.3400.58201.5591.1522.16
Hex5476C5F2203Aca5b16
Octal51071541374207231213326
Binary101100011111011001011111100010011101011001010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05476C; }

 p { color: rgb(5,71,108); }

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

<style>
 a { background-color: #05476C; }

 a { background-color: rgb(5,71,108); }

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

<style>
 span { border-color: #05476C; }

 span { border-color: rgb(5,71,108); }

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