#054A92

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

Shades of Dark Cerulean #054A92

Tints of Dark Cerulean #054A92

Color information

#054A92 (or 0x054A92) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 92. RGB value is (5,74,146). Sum of RGB (Red+Green+Blue) = 5+74+146=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #054A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A92 is #FAB56D. Grayscale: #3D3D3D. Windows color (decimal): -16430446 or 9587205. OLE color: 9587205.

HSL color Cylindrical-coordinate representation of color #054A92: hue angle of 210.64º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054A92 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB574146-
CMYK0.970.4900.43
HSL210.64º93.38%29.61%-
HSV(B)210.64º96.58%57.25%-
XYZ7.77.0128.14-
YUV61.58175.6487.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=2.22%
G=32.89%
B=64.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5741460.970.4900.43210.6493.3829.61
Hex54A92613102Bd35d1e
Octal51122221416105332313536
Binary1011001010100100101100001110001010101111010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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