#0A4FA3

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

Shades of Cobalt #0A4FA3

Tints of Cobalt #0A4FA3

Color information

#0A4FA3 (or 0x0A4FA3) is unknown color: approx Cobalt. HEX triplet: 0A, 4F and A3. RGB value is (10,79,163). Sum of RGB (Red+Green+Blue) = 10+79+163=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 163 (64.06% from 255 or 64.68% from 252); Max value from RGB is 163 - color contains mainly: blue. Hex color #0A4FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4FA3 is #F5B05C. Grayscale: #434343. Windows color (decimal): -16101469 or 10702602. OLE color: 10702602.

HSL color Cylindrical-coordinate representation of color #0A4FA3: hue angle of 212.94º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4FA3 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1079163-
CMYK0.940.5200.36
HSL212.94º88.44%33.92%-
HSV(B)212.94º93.87%63.92%-
XYZ9.538.335.75-
YUV67.94181.6486.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.97%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 163 (64.06% from 255) = 64.68%
R=3.97%
G=31.35%
B=64.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10791630.940.5200.36212.9488.4433.92
HexA4FA35E34024d55822
Octal121172431366404432513042
Binary101010011111010001110111101101000100100110101011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,79,163); }

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

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

 a { background-color: rgb(10,79,163); }

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

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

 span { border-color: rgb(10,79,163); }

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