#0A2071

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

Shades of Sapphire #0A2071

Tints of Sapphire #0A2071

Color information

#0A2071 (or 0x0A2071) is unknown color: approx Sapphire. HEX triplet: 0A, 20 and 71. RGB value is (10,32,113). Sum of RGB (Red+Green+Blue) = 10+32+113=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2071 is #F5DF8E. Grayscale: #222222. Windows color (decimal): -16113551 or 7413770. OLE color: 7413770.

HSL color Cylindrical-coordinate representation of color #0A2071: hue angle of 227.18º 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 #0A2071 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1032113-
CMYK0.910.7200.56
HSL227.18º83.74%24.12%-
HSV(B)227.18º91.15%44.31%-
XYZ3.622.2915.87-
YUV34.66172.21110.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 113 (44.53% from 255) = 72.90%
R=6.45%
G=20.65%
B=72.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10321130.910.7200.56227.1883.7424.12
HexA20715B48038e35418
Octal124016113311007034312430
Binary1010100000111000110110111001000011100011100011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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