#005089

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

Shades of Dark Cerulean #005089

Tints of Dark Cerulean #005089

Color information

#005089 (or 0x005089) is unknown color: approx Dark Cerulean. HEX triplet: 00, 50 and 89. RGB value is (0,80,137). Sum of RGB (Red+Green+Blue) = 0+80+137=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #005089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005089 is #FFAF76. Grayscale: #3E3E3E. Windows color (decimal): -16756599 or 8998912. OLE color: 8998912.

HSL color Cylindrical-coordinate representation of color #005089: hue angle of 204.96º 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 #005089 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB080137-
CMYK10.4200.46
HSL204.96º100%26.86%-
HSV(B)204.96º100%53.73%-
XYZ7.387.5424.73-
YUV62.5817083.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 137 (53.91% from 255) = 63.13%
R=0%
G=36.87%
B=63.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal08013710.4200.46204.9610026.86
Hex05089642A02Ecd641b
Octal01202111445205631514433
Binary01010000100010011100100101010010111011001101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005089; }

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

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

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

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

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

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

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

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