#163770

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

Shades of Sapphire #163770

Tints of Sapphire #163770

Color information

#163770 (or 0x163770) is unknown color: approx Sapphire. HEX triplet: 16, 37 and 70. RGB value is (22,55,112). Sum of RGB (Red+Green+Blue) = 22+55+112=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #163770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163770 is #E9C88F. Grayscale: #333333. Windows color (decimal): -15321232 or 7354134. OLE color: 7354134.

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

Color convert

RGB2255112-
CMYK0.800.5100.56
HSL218º67.16%26.27%-
HSV(B)218º80.36%43.92%-
XYZ4.624.0715.87-
YUV51.63162.07106.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=11.64%
G=29.10%
B=59.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22551120.800.5100.5621867.1626.27
Hex1637705033038da431a
Octal26671601206307033210332
Binary1011011011111100001010000110011011100011011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163770; }

 p { color: rgb(22,55,112); }

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

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

 a { background-color: rgb(22,55,112); }

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

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

 span { border-color: rgb(22,55,112); }

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