#005EAF

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

Shades of Cobalt #005EAF

Tints of Cobalt #005EAF

Color information

#005EAF (or 0x005EAF) is unknown color: approx Cobalt. HEX triplet: 00, 5E and AF. RGB value is (0,94,175). Sum of RGB (Red+Green+Blue) = 0+94+175=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #005EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005EAF is #FFA150. Grayscale: #4A4A4A. Windows color (decimal): -16752977 or 11492864. OLE color: 11492864.

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

Color convert

RGB094175-
CMYK10.4600.31
HSL207.77º100%34.31%-
HSV(B)207.77º100%68.63%-
XYZ11.7411.142.08-
YUV75.13184.3674.41-

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) = 34.94%
BLUE value IS 175 (68.75% from 255) = 65.06%
R=0%
G=34.94%
B=65.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal09417510.4600.31207.7710034.31
Hex05EAF642E01Fd06422
Octal01362571445603732014442
Binary01011110101011111100100101110011111110100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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