#054A72

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

Shades of Dark Cerulean #054A72

Tints of Dark Cerulean #054A72

Color information

#054A72 (or 0x054A72) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 72. RGB value is (5,74,114). Sum of RGB (Red+Green+Blue) = 5+74+114=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #054A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A72 is #FAB58D. Grayscale: #393939. Windows color (decimal): -16430478 or 7490053. OLE color: 7490053.

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

Color convert

RGB574114-
CMYK0.960.3500.55
HSL202.02º91.6%23.33%-
HSV(B)202.02º95.61%44.71%-
XYZ5.556.1416.81-
YUV57.93159.6490.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=2.59%
G=38.34%
B=59.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5741140.960.3500.55202.0291.623.33
Hex54A726023037ca5c17
Octal51121621404306731213427
Binary101100101011100101100000100011011011111001010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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