#16317B

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

Shades of Sapphire #16317B

Tints of Sapphire #16317B

Color information

#16317B (or 0x16317B) is unknown color: approx Sapphire. HEX triplet: 16, 31 and 7B. RGB value is (22,49,123). Sum of RGB (Red+Green+Blue) = 22+49+123=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #16317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16317B is #E9CE84. Grayscale: #313131. Windows color (decimal): -15322757 or 8073494. OLE color: 8073494.

HSL color Cylindrical-coordinate representation of color #16317B: hue angle of 223.96º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16317B is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2249123-
CMYK0.820.6000.52
HSL223.96º69.66%28.43%-
HSV(B)223.96º82.11%48.24%-
XYZ53.819.21-
YUV49.36169.55108.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 123 (48.44% from 255) = 63.40%
R=11.34%
G=25.26%
B=63.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22491230.820.6000.52223.9669.6628.43
Hex16317B523C034e0461c
Octal26611731227406434010634
Binary1011011000111110111010010111100011010011100000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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