#054287

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

Shades of Dark Cerulean #054287

Tints of Dark Cerulean #054287

Color information

#054287 (or 0x054287) is unknown color: approx Dark Cerulean. HEX triplet: 05, 42 and 87. RGB value is (5,66,135). Sum of RGB (Red+Green+Blue) = 5+66+135=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #054287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054287 is #FABD78. Grayscale: #373737. Windows color (decimal): -16432505 or 8864261. OLE color: 8864261.

HSL color Cylindrical-coordinate representation of color #054287: hue angle of 211.85º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054287 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB566135-
CMYK0.960.5100.47
HSL211.85º92.86%27.45%-
HSV(B)211.85º96.3%52.94%-
XYZ6.385.6823.68-
YUV55.63172.7991.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=2.43%
G=32.04%
B=65.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5661350.960.5100.47211.8592.8627.45
Hex54287603302Fd45d1b
Octal51022071406305732413533
Binary1011000010100001111100000110011010111111010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054287; }

 p { color: rgb(5,66,135); }

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

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

 a { background-color: rgb(5,66,135); }

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

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

 span { border-color: rgb(5,66,135); }

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