#054076

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

Shades of Dark Cerulean #054076

Tints of Dark Cerulean #054076

Color information

#054076 (or 0x054076) is unknown color: approx Dark Cerulean. HEX triplet: 05, 40 and 76. RGB value is (5,64,118). Sum of RGB (Red+Green+Blue) = 5+64+118=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #054076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054076 is #FABF89. Grayscale: #343434. Windows color (decimal): -16433034 or 7749637. OLE color: 7749637.

HSL color Cylindrical-coordinate representation of color #054076: hue angle of 208.67º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054076 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB564118-
CMYK0.960.4600.54
HSL208.67º91.87%24.12%-
HSV(B)208.67º95.76%46.27%-
XYZ5.175.0117.83-
YUV52.51164.9594.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 118 (46.48% from 255) = 63.10%
R=2.67%
G=34.22%
B=63.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5641180.960.4600.54208.6791.8724.12
Hex54076602E036d15c18
Octal51001661405606632113430
Binary101100000011101101100000101110011011011010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054076; }

 p { color: rgb(5,64,118); }

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

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

 a { background-color: rgb(5,64,118); }

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

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

 span { border-color: rgb(5,64,118); }

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