#16317C

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

Shades of Sapphire #16317C

Tints of Sapphire #16317C

Color information

#16317C (or 0x16317C) is unknown color: approx Sapphire. HEX triplet: 16, 31 and 7C. RGB value is (22,49,124). Sum of RGB (Red+Green+Blue) = 22+49+124=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #16317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16317C is #E9CE83. Grayscale: #313131. Windows color (decimal): -15322756 or 8139030. OLE color: 8139030.

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

Color convert

RGB2249124-
CMYK0.820.6000.51
HSL224.12º69.86%28.63%-
HSV(B)224.12º82.26%48.63%-
XYZ5.073.8219.54-
YUV49.48170.05108.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=11.28%
G=25.13%
B=63.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22491240.820.6000.51224.1269.8628.63
Hex16317C523C033e0461d
Octal26611741227406334010635
Binary1011011000111111001010010111100011001111100000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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