#005189

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

Shades of Dark Cerulean #005189

Tints of Dark Cerulean #005189

Color information

#005189 (or 0x005189) is unknown color: approx Dark Cerulean. HEX triplet: 00, 51 and 89. RGB value is (0,81,137). Sum of RGB (Red+Green+Blue) = 0+81+137=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #005189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005189 is #FFAE76. Grayscale: #3E3E3E. Windows color (decimal): -16756343 or 8999168. OLE color: 8999168.

HSL color Cylindrical-coordinate representation of color #005189: hue angle of 204.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005189 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB081137-
CMYK10.4100.46
HSL204.53º100%26.86%-
HSV(B)204.53º100%53.73%-
XYZ7.467.6924.76-
YUV63.16169.6682.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=0%
G=37.16%
B=62.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal08113710.4100.46204.5310026.86
Hex05189642902Ecd641b
Octal01212111445105631514433
Binary01010001100010011100100101001010111011001101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005189; }

 p { color: rgb(0,81,137); }

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

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

 a { background-color: rgb(0,81,137); }

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

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

 span { border-color: rgb(0,81,137); }

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