#163271

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

Shades of Sapphire #163271

Tints of Sapphire #163271

Color information

#163271 (or 0x163271) is unknown color: approx Sapphire. HEX triplet: 16, 32 and 71. RGB value is (22,50,113). Sum of RGB (Red+Green+Blue) = 22+50+113=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #163271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163271 is #E9CD8E. Grayscale: #303030. Windows color (decimal): -15322511 or 7418390. OLE color: 7418390.

HSL color Cylindrical-coordinate representation of color #163271: hue angle of 221.54º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163271 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2250113-
CMYK0.810.5600.56
HSL221.54º67.41%26.47%-
HSV(B)221.54º80.53%44.31%-
XYZ4.453.6416.09-
YUV48.81164.22108.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=11.89%
G=27.03%
B=61.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22501130.810.5600.56221.5467.4126.47
Hex1632715138038de431a
Octal26621611217007033610332
Binary1011011001011100011010001111000011100011011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163271; }

 p { color: rgb(22,50,113); }

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

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

 a { background-color: rgb(22,50,113); }

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

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

 span { border-color: rgb(22,50,113); }

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