#16317A

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

Shades of Sapphire #16317A

Tints of Sapphire #16317A

Color information

#16317A (or 0x16317A) is unknown color: approx Sapphire. HEX triplet: 16, 31 and 7A. RGB value is (22,49,122). Sum of RGB (Red+Green+Blue) = 22+49+122=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #16317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16317A is #E9CE85. Grayscale: #303030. Windows color (decimal): -15322758 or 8007958. OLE color: 8007958.

HSL color Cylindrical-coordinate representation of color #16317A: hue angle of 223.8º degrees, saturation: 0.69, 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 #16317A is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2249122-
CMYK0.820.6000.52
HSL223.8º69.44%28.24%-
HSV(B)223.8º81.97%47.84%-
XYZ4.943.7718.88-
YUV49.25169.05108.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 122 (48.05% from 255) = 63.21%
R=11.40%
G=25.39%
B=63.21%

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
Decimal22491220.820.6000.52223.869.4428.24
Hex16317A523C034e0451c
Octal26611721227406434010534
Binary1011011000111110101010010111100011010011100000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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