#005999

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

Shades of Cobalt #005999

Tints of Cobalt #005999

Color information

#005999 (or 0x005999) is unknown color: approx Cobalt. HEX triplet: 00, 59 and 99. RGB value is (0,89,153). Sum of RGB (Red+Green+Blue) = 0+89+153=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #005999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005999 is #FFA666. Grayscale: #454545. Windows color (decimal): -16754279 or 10049792. OLE color: 10049792.

HSL color Cylindrical-coordinate representation of color #005999: hue angle of 205.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005999 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB089153-
CMYK10.4200.4
HSL205.1º100%30%-
HSV(B)205.1º100%60%-
XYZ9.329.4431.47-
YUV69.68175.0178.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=0%
G=36.78%
B=63.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal08915310.4200.4205.110030
Hex05999642A028cd641e
Octal01312311445205031514436
Binary01011001100110011100100101010010100011001101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005999; }

 p { color: rgb(0,89,153); }

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

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

 a { background-color: rgb(0,89,153); }

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

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

 span { border-color: rgb(0,89,153); }

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