#162459

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

Shades of Sapphire #162459

Tints of Sapphire #162459

Color information

#162459 (or 0x162459) is unknown color: approx Sapphire. HEX triplet: 16, 24 and 59. RGB value is (22,36,89). Sum of RGB (Red+Green+Blue) = 22+36+89=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #162459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162459 is #E9DBA6. Grayscale: #252525. Windows color (decimal): -15326119 or 5841942. OLE color: 5841942.

HSL color Cylindrical-coordinate representation of color #162459: hue angle of 227.46º 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 #162459 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB223689-
CMYK0.750.6000.65
HSL227.46º60.36%21.76%-
HSV(B)227.46º75.28%34.9%-
XYZ2.762.159.72-
YUV37.86156.86116.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 89 (35.16% from 255) = 60.54%
R=14.97%
G=24.49%
B=60.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2236890.750.6000.65227.4660.3621.76
Hex1624594B3C041e33c16
Octal26441311137401013437426
Binary1011010010010110011001011111100010000011110001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162459; }

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

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

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

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

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

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

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

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