#0A217F

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

Shades of Sapphire #0A217F

Tints of Sapphire #0A217F

Color information

#0A217F (or 0x0A217F) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 7F. RGB value is (10,33,127). Sum of RGB (Red+Green+Blue) = 10+33+127=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A217F is #F5DE80. Grayscale: #242424. Windows color (decimal): -16113281 or 8331530. OLE color: 8331530.

HSL color Cylindrical-coordinate representation of color #0A217F: hue angle of 228.21º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A217F is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1033127-
CMYK0.920.7400.50
HSL228.21º85.4%26.86%-
HSV(B)228.21º92.13%49.8%-
XYZ4.52.6820.36-
YUV36.84178.88108.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.88%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 127 (50% from 255) = 74.71%
R=5.88%
G=19.41%
B=74.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10331270.920.7400.50228.2185.426.86
HexA217F5C4A032e4551b
Octal124117713411206234412533
Binary1010100001111111110111001001010011001011100100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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