#162B5D

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

Shades of Sapphire #162B5D

Tints of Sapphire #162B5D

Color information

#162B5D (or 0x162B5D) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 5D. RGB value is (22,43,93). Sum of RGB (Red+Green+Blue) = 22+43+93=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #162B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B5D is #E9D4A2. Grayscale: #2A2A2A. Windows color (decimal): -15324323 or 6105878. OLE color: 6105878.

HSL color Cylindrical-coordinate representation of color #162B5D: hue angle of 222.25º 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 #162B5D is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB224393-
CMYK0.760.5400.64
HSL222.25º61.74%22.55%-
HSV(B)222.25º76.34%36.47%-
XYZ3.172.6910.71-
YUV42.42156.54113.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=13.92%
G=27.22%
B=58.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2243930.760.5400.64222.2561.7422.55
Hex162B5D4C36040de3e17
Octal26531351146601003367627
Binary1011010101110111011001100110110010000001101111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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