#0A2171

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

Shades of Sapphire #0A2171

Tints of Sapphire #0A2171

Color information

#0A2171 (or 0x0A2171) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 71. RGB value is (10,33,113). Sum of RGB (Red+Green+Blue) = 10+33+113=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2171 is #F5DE8E. Grayscale: #222222. Windows color (decimal): -16113295 or 7414026. OLE color: 7414026.

HSL color Cylindrical-coordinate representation of color #0A2171: hue angle of 226.6º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2171 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1033113-
CMYK0.910.7100.56
HSL226.6º83.74%24.12%-
HSV(B)226.6º91.15%44.31%-
XYZ3.652.3415.88-
YUV35.24171.88110-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.41%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 113 (44.53% from 255) = 72.44%
R=6.41%
G=21.15%
B=72.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10331130.910.7100.56226.683.7424.12
HexA21715B47038e35418
Octal124116113310707034312430
Binary1010100001111000110110111000111011100011100011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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