#162559

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

Shades of Sapphire #162559

Tints of Sapphire #162559

Color information

#162559 (or 0x162559) is unknown color: approx Sapphire. HEX triplet: 16, 25 and 59. RGB value is (22,37,89). Sum of RGB (Red+Green+Blue) = 22+37+89=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #162559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162559 is #E9DAA6. Grayscale: #262626. Windows color (decimal): -15325863 or 5842198. OLE color: 5842198.

HSL color Cylindrical-coordinate representation of color #162559: hue angle of 226.57º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162559 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB223789-
CMYK0.750.5800.65
HSL226.57º60.36%21.76%-
HSV(B)226.57º75.28%34.9%-
XYZ2.82.219.73-
YUV38.44156.53116.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=14.86%
G=25%
B=60.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2237890.750.5800.65226.5760.3621.76
Hex1625594B3A041e33c16
Octal26451311137201013437426
Binary1011010010110110011001011111010010000011110001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162559; }

 p { color: rgb(22,37,89); }

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

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

 a { background-color: rgb(22,37,89); }

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

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

 span { border-color: rgb(22,37,89); }

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