#054B77

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

Shades of Dark Cerulean #054B77

Tints of Dark Cerulean #054B77

Color information

#054B77 (or 0x054B77) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4B and 77. RGB value is (5,75,119). Sum of RGB (Red+Green+Blue) = 5+75+119=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #054B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B77 is #FAB488. Grayscale: #3A3A3A. Windows color (decimal): -16430217 or 7817989. OLE color: 7817989.

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

Color convert

RGB575119-
CMYK0.960.3700.53
HSL203.16º91.94%24.31%-
HSV(B)203.16º95.8%46.67%-
XYZ5.916.418.38-
YUV59.09161.8189.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=2.51%
G=37.69%
B=59.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5751190.960.3700.53203.1691.9424.31
Hex54B776025035cb5c18
Octal51131671404506531313430
Binary101100101111101111100000100101011010111001011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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