#163672

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

Shades of Sapphire #163672

Tints of Sapphire #163672

Color information

#163672 (or 0x163672) is unknown color: approx Sapphire. HEX triplet: 16, 36 and 72. RGB value is (22,54,114). Sum of RGB (Red+Green+Blue) = 22+54+114=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #163672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163672 is #E9C98D. Grayscale: #333333. Windows color (decimal): -15321486 or 7484950. OLE color: 7484950.

HSL color Cylindrical-coordinate representation of color #163672: hue angle of 219.13º 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 #163672 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2254114-
CMYK0.810.5300.55
HSL219.13º67.65%26.67%-
HSV(B)219.13º80.7%44.71%-
XYZ4.694.0216.45-
YUV51.27163.4107.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 114 (44.92% from 255) = 60%
R=11.58%
G=28.42%
B=60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22541140.810.5300.55219.1367.6526.67
Hex1636725135037db441b
Octal26661621216506733310433
Binary1011011011011100101010001110101011011111011011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163672; }

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

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

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

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

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

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

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

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