#162A5D

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

Shades of Sapphire #162A5D

Tints of Sapphire #162A5D

Color information

#162A5D (or 0x162A5D) is unknown color: approx Sapphire. HEX triplet: 16, 2A and 5D. RGB value is (22,42,93). Sum of RGB (Red+Green+Blue) = 22+42+93=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #162A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A5D is #E9D5A2. Grayscale: #292929. Windows color (decimal): -15324579 or 6105622. OLE color: 6105622.

HSL color Cylindrical-coordinate representation of color #162A5D: hue angle of 223.1º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162A5D is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB224293-
CMYK0.760.5500.64
HSL223.1º61.74%22.55%-
HSV(B)223.1º76.34%36.47%-
XYZ3.132.6210.7-
YUV41.83156.87113.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 93 (36.72% from 255) = 59.24%
R=14.01%
G=26.75%
B=59.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2242930.760.5500.64223.161.7422.55
Hex162A5D4C37040df3e17
Octal26521351146701003377627
Binary1011010101010111011001100110111010000001101111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162A5D; }

 p { color: rgb(22,42,93); }

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

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

 a { background-color: rgb(22,42,93); }

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

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

 span { border-color: rgb(22,42,93); }

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