#054D92

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

Shades of Dark Cerulean #054D92

Tints of Dark Cerulean #054D92

Color information

#054D92 (or 0x054D92) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4D and 92. RGB value is (5,77,146). Sum of RGB (Red+Green+Blue) = 5+77+146=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #054D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D92 is #FAB26D. Grayscale: #3E3E3E. Windows color (decimal): -16429678 or 9587973. OLE color: 9587973.

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

Color convert

RGB577146-
CMYK0.970.4700.43
HSL209.36º93.38%29.61%-
HSV(B)209.36º96.58%57.25%-
XYZ7.97.4228.21-
YUV63.34174.6586.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.19%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=2.19%
G=33.77%
B=64.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5771460.970.4700.43209.3693.3829.61
Hex54D92612F02Bd15d1e
Octal51152221415705332113536
Binary1011001101100100101100001101111010101111010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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