#0A205B

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

Shades of Sapphire #0A205B

Tints of Sapphire #0A205B

Color information

#0A205B (or 0x0A205B) is unknown color: approx Sapphire. HEX triplet: 0A, 20 and 5B. RGB value is (10,32,91). Sum of RGB (Red+Green+Blue) = 10+32+91=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A205B is #F5DFA4. Grayscale: #1F1F1F. Windows color (decimal): -16113573 or 5971978. OLE color: 5971978.

HSL color Cylindrical-coordinate representation of color #0A205B: hue angle of 223.7º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A205B is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB103291-
CMYK0.890.6500.64
HSL223.7º80.2%19.8%-
HSV(B)223.7º89.01%35.69%-
XYZ2.531.8510.12-
YUV32.15161.21112.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 91 (35.94% from 255) = 68.42%
R=7.52%
G=24.06%
B=68.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1032910.890.6500.64223.780.219.8
HexA205B5941040e05014
Octal1240133131101010034012024
Binary10101000001011011101100110000010100000011100000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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