#162655

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

Shades of Sapphire #162655

Tints of Sapphire #162655

Color information

#162655 (or 0x162655) is unknown color: approx Sapphire. HEX triplet: 16, 26 and 55. RGB value is (22,38,85). Sum of RGB (Red+Green+Blue) = 22+38+85=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #162655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162655 is #E9D9AA. Grayscale: #262626. Windows color (decimal): -15325611 or 5580310. OLE color: 5580310.

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

Color convert

RGB223885-
CMYK0.740.5500.67
HSL224.76º58.88%20.98%-
HSV(B)224.76º74.12%33.33%-
XYZ2.662.218.88-
YUV38.57154.2116.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 85 (33.59% from 255) = 58.62%
R=15.17%
G=26.21%
B=58.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2238850.740.5500.67224.7658.8820.98
Hex1626554A37043e13b15
Octal26461251126701033417325
Binary1011010011010101011001010110111010000111110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162655; }

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

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

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

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

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

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

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

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