#16215B

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

Shades of Sapphire #16215B

Tints of Sapphire #16215B

Color information

#16215B (or 0x16215B) is unknown color: approx Sapphire. HEX triplet: 16, 21 and 5B. RGB value is (22,33,91). Sum of RGB (Red+Green+Blue) = 22+33+91=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #16215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16215B is #E9DEA4. Grayscale: #242424. Windows color (decimal): -15326885 or 5972246. OLE color: 5972246.

HSL color Cylindrical-coordinate representation of color #16215B: hue angle of 230.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16215B is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB223391-
CMYK0.760.6400.64
HSL230.43º61.06%22.16%-
HSV(B)230.43º75.82%35.69%-
XYZ2.762.0110.14-
YUV36.32158.86117.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=15.07%
G=22.60%
B=62.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2233910.760.6400.64230.4361.0622.16
Hex16215B4C40040e63d16
Octal264113311410001003467526
Binary10110100001101101110011001000000010000001110011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16215B; }

 p { color: rgb(22,33,91); }

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

<style>
 a { background-color: #16215B; }

 a { background-color: rgb(22,33,91); }

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

<style>
 span { border-color: #16215B; }

 span { border-color: rgb(22,33,91); }

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