#054278

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

Shades of Dark Cerulean #054278

Tints of Dark Cerulean #054278

Color information

#054278 (or 0x054278) is unknown color: approx Dark Cerulean. HEX triplet: 05, 42 and 78. RGB value is (5,66,120). Sum of RGB (Red+Green+Blue) = 5+66+120=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #054278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054278 is #FABD87. Grayscale: #353535. Windows color (decimal): -16432520 or 7881221. OLE color: 7881221.

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

Color convert

RGB566120-
CMYK0.960.4500.53
HSL208.17º92%24.51%-
HSV(B)208.17º95.83%47.06%-
XYZ5.45.2818.5-
YUV53.92165.2993.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 120 (47.27% from 255) = 62.83%
R=2.62%
G=34.55%
B=62.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5661200.960.4500.53208.179224.51
Hex54278602D035d05c19
Octal51021701405506532013431
Binary101100001011110001100000101101011010111010000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054278; }

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

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

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

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

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

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

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

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