#005E9C

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

Shades of Cobalt #005E9C

Tints of Cobalt #005E9C

Color information

#005E9C (or 0x005E9C) is unknown color: approx Cobalt. HEX triplet: 00, 5E and 9C. RGB value is (0,94,156). Sum of RGB (Red+Green+Blue) = 0+94+156=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #005E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E9C is #FFA163. Grayscale: #484848. Windows color (decimal): -16752996 or 10247680. OLE color: 10247680.

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

Color convert

RGB094156-
CMYK10.4000.39
HSL203.85º100%30.59%-
HSV(B)203.85º100%61.18%-
XYZ1010.4132.93-
YUV72.96174.8675.96-

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.6%
BLUE value IS 156 (61.33% from 255) = 62.4%
R=0%
G=37.6%
B=62.4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal09415610.4000.39203.8510030.59
Hex05E9C6428027cc641f
Octal01362341445004731414437
Binary01011110100111001100100101000010011111001100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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