#162855

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

Shades of Sapphire #162855

Tints of Sapphire #162855

Color information

#162855 (or 0x162855) is unknown color: approx Sapphire. HEX triplet: 16, 28 and 55. RGB value is (22,40,85). Sum of RGB (Red+Green+Blue) = 22+40+85=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #162855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162855 is #E9D7AA. Grayscale: #272727. Windows color (decimal): -15325099 or 5580822. OLE color: 5580822.

HSL color Cylindrical-coordinate representation of color #162855: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162855 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB224085-
CMYK0.740.5300.67
HSL222.86º58.88%20.98%-
HSV(B)222.86º74.12%33.33%-
XYZ2.732.348.9-
YUV39.75153.54115.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=14.97%
G=27.21%
B=57.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2240850.740.5300.67222.8658.8820.98
Hex1628554A35043df3b15
Octal26501251126501033377325
Binary1011010100010101011001010110101010000111101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162855; }

 p { color: rgb(22,40,85); }

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

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

 a { background-color: rgb(22,40,85); }

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

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

 span { border-color: rgb(22,40,85); }

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