#054985

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

Shades of Dark Cerulean #054985

Tints of Dark Cerulean #054985

Color information

#054985 (or 0x054985) is unknown color: approx Dark Cerulean. HEX triplet: 05, 49 and 85. RGB value is (5,73,133). Sum of RGB (Red+Green+Blue) = 5+73+133=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #054985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054985 is #FAB67A. Grayscale: #3B3B3B. Windows color (decimal): -16430715 or 8734981. OLE color: 8734981.

HSL color Cylindrical-coordinate representation of color #054985: hue angle of 208.12º 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 #054985 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB573133-
CMYK0.960.4500.48
HSL208.12º92.75%27.06%-
HSV(B)208.12º96.24%52.16%-
XYZ6.686.4923.09-
YUV59.51169.4789.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 133 (52.34% from 255) = 63.03%
R=2.37%
G=34.60%
B=63.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5731330.960.4500.48208.1292.7527.06
Hex54985602D030d05d1b
Octal51112051405506032013533
Binary1011001001100001011100000101101011000011010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054985; }

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

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

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

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

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

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

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

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