#16316D

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

Shades of Sapphire #16316D

Tints of Sapphire #16316D

Color information

#16316D (or 0x16316D) is unknown color: approx Sapphire. HEX triplet: 16, 31 and 6D. RGB value is (22,49,109). Sum of RGB (Red+Green+Blue) = 22+49+109=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #16316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16316D is #E9CE92. Grayscale: #2F2F2F. Windows color (decimal): -15322771 or 7155990. OLE color: 7155990.

HSL color Cylindrical-coordinate representation of color #16316D: hue angle of 221.38º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16316D is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2249109-
CMYK0.800.5500.57
HSL221.38º66.41%25.69%-
HSV(B)221.38º79.82%42.75%-
XYZ4.193.4714.92-
YUV47.77162.55109.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 109 (42.97% from 255) = 60.56%
R=12.22%
G=27.22%
B=60.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22491090.800.5500.57221.3866.4125.69
Hex16316D5037039dd421a
Octal26611551206707133510232
Binary1011011000111011011010000110111011100111011101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,49,109); }

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

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

 a { background-color: rgb(22,49,109); }

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

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

 span { border-color: rgb(22,49,109); }

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