#0A4EAF

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

Shades of Cobalt #0A4EAF

Tints of Cobalt #0A4EAF

Color information

#0A4EAF (or 0x0A4EAF) is unknown color: approx Cobalt. HEX triplet: 0A, 4E and AF. RGB value is (10,78,175). Sum of RGB (Red+Green+Blue) = 10+78+175=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A4EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4EAF is #F5B150. Grayscale: #444444. Windows color (decimal): -16101713 or 11488778. OLE color: 11488778.

HSL color Cylindrical-coordinate representation of color #0A4EAF: hue angle of 215.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4EAF is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1078175-
CMYK0.940.5500.31
HSL215.27º89.19%36.27%-
HSV(B)215.27º94.29%68.63%-
XYZ10.598.6141.66-
YUV68.73187.9786.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.80%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 175 (68.75% from 255) = 66.54%
R=3.80%
G=29.66%
B=66.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10781750.940.5500.31215.2789.1936.27
HexA4EAF5E3701Fd75924
Octal121162571366703732713144
Binary10101001110101011111011110110111011111110101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4EAF; }

 p { color: rgb(10,78,175); }

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

<style>
 a { background-color: #0A4EAF; }

 a { background-color: rgb(10,78,175); }

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

<style>
 span { border-color: #0A4EAF; }

 span { border-color: rgb(10,78,175); }

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