#054A74

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

Shades of Dark Cerulean #054A74

Tints of Dark Cerulean #054A74

Color information

#054A74 (or 0x054A74) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 74. RGB value is (5,74,116). Sum of RGB (Red+Green+Blue) = 5+74+116=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #054A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A74 is #FAB58B. Grayscale: #393939. Windows color (decimal): -16430476 or 7621125. OLE color: 7621125.

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

Color convert

RGB574116-
CMYK0.960.3600.55
HSL202.7º91.74%23.73%-
HSV(B)202.7º95.69%45.49%-
XYZ5.666.1917.42-
YUV58.16160.6490.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 116 (45.70% from 255) = 59.49%
R=2.56%
G=37.95%
B=59.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5741160.960.3600.55202.791.7423.73
Hex54A746024037cb5c18
Octal51121641404406731313430
Binary101100101011101001100000100100011011111001011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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