#0A2271

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

Shades of Sapphire #0A2271

Tints of Sapphire #0A2271

Color information

#0A2271 (or 0x0A2271) is unknown color: approx Sapphire. HEX triplet: 0A, 22 and 71. RGB value is (10,34,113). Sum of RGB (Red+Green+Blue) = 10+34+113=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2271 is #F5DD8E. Grayscale: #232323. Windows color (decimal): -16113039 or 7414282. OLE color: 7414282.

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

Color convert

RGB1034113-
CMYK0.910.7000.56
HSL226.02º83.74%24.12%-
HSV(B)226.02º91.15%44.31%-
XYZ3.682.415.89-
YUV35.83171.55109.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.37%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=6.37%
G=21.66%
B=71.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10341130.910.7000.56226.0283.7424.12
HexA22715B46038e25418
Octal124216113310607034212430
Binary1010100010111000110110111000110011100011100010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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