#054185

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

Shades of Dark Cerulean #054185

Tints of Dark Cerulean #054185

Color information

#054185 (or 0x054185) is unknown color: approx Dark Cerulean. HEX triplet: 05, 41 and 85. RGB value is (5,65,133). Sum of RGB (Red+Green+Blue) = 5+65+133=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #054185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054185 is #FABE7A. Grayscale: #363636. Windows color (decimal): -16432763 or 8732933. OLE color: 8732933.

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

Color convert

RGB565133-
CMYK0.960.5100.48
HSL211.88º92.75%27.06%-
HSV(B)211.88º96.24%52.16%-
XYZ6.195.5122.93-
YUV54.81172.1292.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 133 (52.34% from 255) = 65.52%
R=2.46%
G=32.02%
B=65.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5651330.960.5100.48211.8892.7527.06
Hex541856033030d45d1b
Octal51012051406306032413533
Binary1011000001100001011100000110011011000011010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054185; }

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

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

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

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

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

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

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

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