#054B85

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

Shades of Dark Cerulean #054B85

Tints of Dark Cerulean #054B85

Color information

#054B85 (or 0x054B85) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4B and 85. RGB value is (5,75,133). Sum of RGB (Red+Green+Blue) = 5+75+133=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #054B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054B85 is #FAB47A. Grayscale: #3C3C3C. Windows color (decimal): -16430203 or 8735493. OLE color: 8735493.

HSL color Cylindrical-coordinate representation of color #054B85: hue angle of 207.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054B85 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB575133-
CMYK0.960.4400.48
HSL207.19º92.75%27.06%-
HSV(B)207.19º96.24%52.16%-
XYZ6.816.7623.14-
YUV60.68168.8188.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 133 (52.34% from 255) = 62.44%
R=2.35%
G=35.21%
B=62.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5751330.960.4400.48207.1992.7527.06
Hex54B85602C030cf5d1b
Octal51132051405406031713533
Binary1011001011100001011100000101100011000011001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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