#0A2175

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

Shades of Sapphire #0A2175

Tints of Sapphire #0A2175

Color information

#0A2175 (or 0x0A2175) is unknown color: approx Sapphire. HEX triplet: 0A, 21 and 75. RGB value is (10,33,117). Sum of RGB (Red+Green+Blue) = 10+33+117=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A2175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2175 is #F5DE8A. Grayscale: #232323. Windows color (decimal): -16113291 or 7676170. OLE color: 7676170.

HSL color Cylindrical-coordinate representation of color #0A2175: hue angle of 227.1º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2175 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1033117-
CMYK0.910.7200.54
HSL227.1º84.25%24.9%-
HSV(B)227.1º91.45%45.88%-
XYZ3.882.4417.1-
YUV35.7173.88109.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.25%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 117 (46.09% from 255) = 73.12%
R=6.25%
G=20.62%
B=73.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10331170.910.7200.54227.184.2524.9
HexA21755B48036e35419
Octal124116513311006634312431
Binary1010100001111010110110111001000011011011100011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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