#0A2189

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

Shades of Smalt #0A2189

Tints of Smalt #0A2189

Color information

#0A2189 (or 0x0A2189) is unknown color: approx Smalt. HEX triplet: 0A, 21 and 89. RGB value is (10,33,137). Sum of RGB (Red+Green+Blue) = 10+33+137=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 137 (53.91% from 255 or 76.11% from 180); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A2189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2189 is #F5DE76. Grayscale: #252525. Windows color (decimal): -16113271 or 8986890. OLE color: 8986890.

HSL color Cylindrical-coordinate representation of color #0A2189: hue angle of 229.13º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2189 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1033137-
CMYK0.930.7600.46
HSL229.13º86.39%28.82%-
HSV(B)229.13º92.7%53.73%-
XYZ5.182.9623.96-
YUV37.98183.88108.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.56%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 137 (53.91% from 255) = 76.11%
R=5.56%
G=18.33%
B=76.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10331370.930.7600.46229.1386.3928.82
HexA21895D4C02Ee5561d
Octal124121113511405634512635
Binary10101000011000100110111011001100010111011100101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,33,137); }

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

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

 a { background-color: rgb(10,33,137); }

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

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

 span { border-color: rgb(10,33,137); }

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