#162E5D

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

Shades of Sapphire #162E5D

Tints of Sapphire #162E5D

Color information

#162E5D (or 0x162E5D) is unknown color: approx Sapphire. HEX triplet: 16, 2E and 5D. RGB value is (22,46,93). Sum of RGB (Red+Green+Blue) = 22+46+93=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #162E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E5D is #E9D1A2. Grayscale: #2B2B2B. Windows color (decimal): -15323555 or 6106646. OLE color: 6106646.

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

Color convert

RGB224693-
CMYK0.760.5100.64
HSL219.72º61.74%22.55%-
HSV(B)219.72º76.34%36.47%-
XYZ3.282.9110.75-
YUV44.18155.55112.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=13.66%
G=28.57%
B=57.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2246930.760.5100.64219.7261.7422.55
Hex162E5D4C33040dc3e17
Octal26561351146301003347627
Binary1011010111010111011001100110011010000001101110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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