#0A208C

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

Shades of Smalt #0A208C

Tints of Smalt #0A208C

Color information

#0A208C (or 0x0A208C) is unknown color: approx Smalt. HEX triplet: 0A, 20 and 8C. RGB value is (10,32,140). Sum of RGB (Red+Green+Blue) = 10+32+140=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 140 (55.08% from 255 or 76.92% from 182); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A208C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A208C is #F5DF73. Grayscale: #252525. Windows color (decimal): -16113524 or 9183242. OLE color: 9183242.

HSL color Cylindrical-coordinate representation of color #0A208C: hue angle of 229.85º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A208C is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1032140-
CMYK0.930.7700.45
HSL229.85º86.67%29.41%-
HSV(B)229.85º92.86%54.9%-
XYZ5.382.9925.1-
YUV37.73185.71108.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.49%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 140 (55.08% from 255) = 76.92%
R=5.49%
G=17.58%
B=76.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10321400.930.7700.45229.8586.6729.41
HexA208C5D4D02De6571d
Octal124021413511505534612735
Binary10101000001000110010111011001101010110111100110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A208C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,32,140); }

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

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

 a { background-color: rgb(10,32,140); }

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

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

 span { border-color: rgb(10,32,140); }

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