#163476

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

Shades of Sapphire #163476

Tints of Sapphire #163476

Color information

#163476 (or 0x163476) is unknown color: approx Sapphire. HEX triplet: 16, 34 and 76. RGB value is (22,52,118). Sum of RGB (Red+Green+Blue) = 22+52+118=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #163476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163476 is #E9CB89. Grayscale: #323232. Windows color (decimal): -15321994 or 7746582. OLE color: 7746582.

HSL color Cylindrical-coordinate representation of color #163476: hue angle of 221.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163476 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2252118-
CMYK0.810.5600.54
HSL221.25º68.57%27.45%-
HSV(B)221.25º81.36%46.27%-
XYZ4.833.9317.64-
YUV50.55166.06107.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=11.46%
G=27.08%
B=61.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22521180.810.5600.54221.2568.5727.45
Hex1634765138036dd451b
Octal26641661217006633510533
Binary1011011010011101101010001111000011011011011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163476; }

 p { color: rgb(22,52,118); }

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

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

 a { background-color: rgb(22,52,118); }

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

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

 span { border-color: rgb(22,52,118); }

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