#162E5F

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

Shades of Sapphire #162E5F

Tints of Sapphire #162E5F

Color information

#162E5F (or 0x162E5F) is unknown color: approx Sapphire. HEX triplet: 16, 2E and 5F. RGB value is (22,46,95). Sum of RGB (Red+Green+Blue) = 22+46+95=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #162E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E5F is #E9D1A0. Grayscale: #2C2C2C. Windows color (decimal): -15323553 or 6237718. OLE color: 6237718.

HSL color Cylindrical-coordinate representation of color #162E5F: hue angle of 220.27º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162E5F is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB224695-
CMYK0.770.5200.63
HSL220.27º62.39%22.94%-
HSV(B)220.27º76.84%37.25%-
XYZ3.372.9511.22-
YUV44.41156.55112.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 95 (37.5% from 255) = 58.28%
R=13.50%
G=28.22%
B=58.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2246950.770.5200.63220.2762.3922.94
Hex162E5F4D3403Fdc3e17
Octal2656137115640773347627
Binary101101011101011111100110111010001111111101110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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