#0A2C86

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

Shades of Smalt #0A2C86

Tints of Smalt #0A2C86

Color information

#0A2C86 (or 0x0A2C86) is unknown color: approx Smalt. HEX triplet: 0A, 2C and 86. RGB value is (10,44,134). Sum of RGB (Red+Green+Blue) = 10+44+134=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A2C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2C86 is #F5D379. Grayscale: #2B2B2B. Windows color (decimal): -16110458 or 8793098. OLE color: 8793098.

HSL color Cylindrical-coordinate representation of color #0A2C86: hue angle of 223.55º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2C86 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1044134-
CMYK0.930.6700.47
HSL223.55º86.11%28.24%-
HSV(B)223.55º92.54%52.55%-
XYZ5.333.5922.97-
YUV44.09178.74103.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 134 (52.73% from 255) = 71.28%
R=5.32%
G=23.40%
B=71.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10441340.930.6700.47223.5586.1128.24
HexA2C865D4302Fe0561c
Octal125420613510305734012634
Binary10101011001000011010111011000011010111111100000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,44,134); }

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

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

 a { background-color: rgb(10,44,134); }

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

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

 span { border-color: rgb(10,44,134); }

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