#163572

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

Shades of Sapphire #163572

Tints of Sapphire #163572

Color information

#163572 (or 0x163572) is unknown color: approx Sapphire. HEX triplet: 16, 35 and 72. RGB value is (22,53,114). Sum of RGB (Red+Green+Blue) = 22+53+114=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #163572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163572 is #E9CA8D. Grayscale: #323232. Windows color (decimal): -15321742 or 7484694. OLE color: 7484694.

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

Color convert

RGB2253114-
CMYK0.810.5400.55
HSL219.78º67.65%26.67%-
HSV(B)219.78º80.7%44.71%-
XYZ4.643.9316.43-
YUV50.68163.73107.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=11.64%
G=28.04%
B=60.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22531140.810.5400.55219.7867.6526.67
Hex1635725136037dc441b
Octal26651621216606733410433
Binary1011011010111100101010001110110011011111011100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163572; }

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

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

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

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

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

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

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

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