#005A99

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

Shades of Cobalt #005A99

Tints of Cobalt #005A99

Color information

#005A99 (or 0x005A99) is unknown color: approx Cobalt. HEX triplet: 00, 5A and 99. RGB value is (0,90,153). Sum of RGB (Red+Green+Blue) = 0+90+153=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #005A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A99 is #FFA566. Grayscale: #454545. Windows color (decimal): -16754023 or 10050048. OLE color: 10050048.

HSL color Cylindrical-coordinate representation of color #005A99: hue angle of 204.71º 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 #005A99 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB090153-
CMYK10.4100.4
HSL204.71º100%30%-
HSV(B)204.71º100%60%-
XYZ9.419.6131.5-
YUV70.27174.6877.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 153 (60.16% from 255) = 62.96%
R=0%
G=37.04%
B=62.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal09015310.4100.4204.7110030
Hex05A996429028cd641e
Octal01322311445105031514436
Binary01011010100110011100100101001010100011001101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005A99; }

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

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

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

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

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

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

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

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