#054A76

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

Shades of Dark Cerulean #054A76

Tints of Dark Cerulean #054A76

Color information

#054A76 (or 0x054A76) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 76. RGB value is (5,74,118). Sum of RGB (Red+Green+Blue) = 5+74+118=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #054A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A76 is #FAB589. Grayscale: #3A3A3A. Windows color (decimal): -16430474 or 7752197. OLE color: 7752197.

HSL color Cylindrical-coordinate representation of color #054A76: hue angle of 203.36º 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 #054A76 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB574118-
CMYK0.960.3700.54
HSL203.36º91.87%24.12%-
HSV(B)203.36º95.76%46.27%-
XYZ5.786.2418.04-
YUV58.38161.6489.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=2.54%
G=37.56%
B=59.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5741180.960.3700.54203.3691.8724.12
Hex54A766025036cb5c18
Octal51121661404506631313430
Binary101100101011101101100000100101011011011001011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A76; }

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

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

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

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

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

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

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

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