#005E9A

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

Shades of Cobalt #005E9A

Tints of Cobalt #005E9A

Color information

#005E9A (or 0x005E9A) is unknown color: approx Cobalt. HEX triplet: 00, 5E and 9A. RGB value is (0,94,154). Sum of RGB (Red+Green+Blue) = 0+94+154=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #005E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E9A is #FFA165. Grayscale: #484848. Windows color (decimal): -16752998 or 10116608. OLE color: 10116608.

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

Color convert

RGB094154-
CMYK10.3900.40
HSL203.38º100%30.2%-
HSV(B)203.38º100%60.39%-
XYZ9.8410.3432.05-
YUV72.73173.8676.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 154 (60.55% from 255) = 62.10%
R=0%
G=37.90%
B=62.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal09415410.3900.40203.3810030.2
Hex05E9A6427028cb641e
Octal01362321444705031314436
Binary01011110100110101100100100111010100011001011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,94,154); }

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

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

 a { background-color: rgb(0,94,154); }

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

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

 span { border-color: rgb(0,94,154); }

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