#163272

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

Shades of Sapphire #163272

Tints of Sapphire #163272

Color information

#163272 (or 0x163272) is unknown color: approx Sapphire. HEX triplet: 16, 32 and 72. RGB value is (22,50,114). Sum of RGB (Red+Green+Blue) = 22+50+114=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #163272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163272 is #E9CD8D. Grayscale: #303030. Windows color (decimal): -15322510 or 7483926. OLE color: 7483926.

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

Color convert

RGB2250114-
CMYK0.810.5600.55
HSL221.74º67.65%26.67%-
HSV(B)221.74º80.7%44.71%-
XYZ4.513.6716.39-
YUV48.92164.72108.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=11.83%
G=26.88%
B=61.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22501140.810.5600.55221.7467.6526.67
Hex1632725138037de441b
Octal26621621217006733610433
Binary1011011001011100101010001111000011011111011110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163272; }

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

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

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

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

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

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

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

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