#005E9F

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

Shades of Cobalt #005E9F

Tints of Cobalt #005E9F

Color information

#005E9F (or 0x005E9F) is unknown color: approx Cobalt. HEX triplet: 00, 5E and 9F. RGB value is (0,94,159). Sum of RGB (Red+Green+Blue) = 0+94+159=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #005E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E9F is #FFA160. Grayscale: #484848. Windows color (decimal): -16752993 or 10444288. OLE color: 10444288.

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

Color convert

RGB094159-
CMYK10.4100.38
HSL204.53º100%31.18%-
HSV(B)204.53º100%62.35%-
XYZ10.2610.5134.29-
YUV73.3176.3675.71-

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.15%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=0%
G=37.15%
B=62.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal09415910.4100.38204.5310031.18
Hex05E9F6429026cd641f
Octal01362371445104631514437
Binary01011110100111111100100101001010011011001101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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