#054B92

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

Shades of Dark Cerulean #054B92

Tints of Dark Cerulean #054B92

Color information

#054B92 (or 0x054B92) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4B and 92. RGB value is (5,75,146). Sum of RGB (Red+Green+Blue) = 5+75+146=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #054B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054B92 is #FAB46D. Grayscale: #3D3D3D. Windows color (decimal): -16430190 or 9587461. OLE color: 9587461.

HSL color Cylindrical-coordinate representation of color #054B92: hue angle of 210.21º 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 #054B92 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB575146-
CMYK0.970.4900.43
HSL210.21º93.38%29.61%-
HSV(B)210.21º96.58%57.25%-
XYZ7.777.1428.16-
YUV62.16175.3187.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.21%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=2.21%
G=33.19%
B=64.60%

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
Decimal5751460.970.4900.43210.2193.3829.61
Hex54B92613102Bd25d1e
Octal51132221416105332213536
Binary1011001011100100101100001110001010101111010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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