#163475

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

Shades of Sapphire #163475

Tints of Sapphire #163475

Color information

#163475 (or 0x163475) is unknown color: approx Sapphire. HEX triplet: 16, 34 and 75. RGB value is (22,52,117). Sum of RGB (Red+Green+Blue) = 22+52+117=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #163475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163475 is #E9CB8A. Grayscale: #323232. Windows color (decimal): -15321995 or 7681046. OLE color: 7681046.

HSL color Cylindrical-coordinate representation of color #163475: hue angle of 221.05º degrees, saturation: 0.68, 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 #163475 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2252117-
CMYK0.810.5600.54
HSL221.05º68.35%27.25%-
HSV(B)221.05º81.2%45.88%-
XYZ4.773.9117.33-
YUV50.44165.56107.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=11.52%
G=27.23%
B=61.26%

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
Decimal22521170.810.5600.54221.0568.3527.25
Hex1634755138036dd441b
Octal26641651217006633510433
Binary1011011010011101011010001111000011011011011101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163475; }

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

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

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

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

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

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

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

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