#0A2075

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

Shades of Sapphire #0A2075

Tints of Sapphire #0A2075

Color information

#0A2075 (or 0x0A2075) is unknown color: approx Sapphire. HEX triplet: 0A, 20 and 75. RGB value is (10,32,117). Sum of RGB (Red+Green+Blue) = 10+32+117=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A2075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2075 is #F5DF8A. Grayscale: #222222. Windows color (decimal): -16113547 or 7675914. OLE color: 7675914.

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

Color convert

RGB1032117-
CMYK0.910.7300.54
HSL227.66º84.25%24.9%-
HSV(B)227.66º91.45%45.88%-
XYZ3.852.3817.09-
YUV35.11174.21110.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 117 (46.09% from 255) = 73.58%
R=6.29%
G=20.13%
B=73.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10321170.910.7300.54227.6684.2524.9
HexA20755B49036e45419
Octal124016513311106634412431
Binary1010100000111010110110111001001011011011100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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