#16205D

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

Shades of Sapphire #16205D

Tints of Sapphire #16205D

Color information

#16205D (or 0x16205D) is unknown color: approx Sapphire. HEX triplet: 16, 20 and 5D. RGB value is (22,32,93). Sum of RGB (Red+Green+Blue) = 22+32+93=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #16205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16205D is #E9DFA2. Grayscale: #232323. Windows color (decimal): -15327139 or 6103062. OLE color: 6103062.

HSL color Cylindrical-coordinate representation of color #16205D: hue angle of 231.55º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16205D is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB223293-
CMYK0.760.6600.64
HSL231.55º61.74%22.55%-
HSV(B)231.55º76.34%36.47%-
XYZ2.821.9910.59-
YUV35.96160.19118.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=14.97%
G=21.77%
B=63.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2232930.760.6600.64231.5561.7422.55
Hex16205D4C42040e83e17
Octal264013511410201003507627
Binary10110100000101110110011001000010010000001110100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16205D; }

 p { color: rgb(22,32,93); }

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

<style>
 a { background-color: #16205D; }

 a { background-color: rgb(22,32,93); }

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

<style>
 span { border-color: #16205D; }

 span { border-color: rgb(22,32,93); }

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