#0A3FAB

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

Shades of Cobalt #0A3FAB

Tints of Cobalt #0A3FAB

Color information

#0A3FAB (or 0x0A3FAB) is unknown color: approx Cobalt. HEX triplet: 0A, 3F and AB. RGB value is (10,63,171). Sum of RGB (Red+Green+Blue) = 10+63+171=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A3FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3FAB is #F5C054. Grayscale: #3A3A3A. Windows color (decimal): -16105557 or 11222794. OLE color: 11222794.

HSL color Cylindrical-coordinate representation of color #0A3FAB: hue angle of 220.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A3FAB is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1063171-
CMYK0.940.6300.33
HSL220.25º88.95%35.49%-
HSV(B)220.25º94.15%67.06%-
XYZ9.256.5639.31-
YUV59.46190.9492.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 63 (25% from 255) = 25.82%
BLUE value IS 171 (67.19% from 255) = 70.08%
R=4.10%
G=25.82%
B=70.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10631710.940.6300.33220.2588.9535.49
HexA3FAB5E3F021dc5923
Octal12772531367704133413143
Binary10101111111010101110111101111110100001110111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,63,171); }

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

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

 a { background-color: rgb(10,63,171); }

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

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

 span { border-color: rgb(10,63,171); }

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