#162F5E

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

Shades of Sapphire #162F5E

Tints of Sapphire #162F5E

Color information

#162F5E (or 0x162F5E) is unknown color: approx Sapphire. HEX triplet: 16, 2F and 5E. RGB value is (22,47,94). Sum of RGB (Red+Green+Blue) = 22+47+94=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #162F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F5E is #E9D0A1. Grayscale: #2C2C2C. Windows color (decimal): -15323298 or 6172438. OLE color: 6172438.

HSL color Cylindrical-coordinate representation of color #162F5E: hue angle of 219.17º 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 #162F5E is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB224794-
CMYK0.770.500.63
HSL219.17º62.07%22.75%-
HSV(B)219.17º76.6%36.86%-
XYZ3.373.0110.99-
YUV44.88155.72111.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=13.50%
G=28.83%
B=57.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2247940.770.500.63219.1762.0722.75
Hex162F5E4D3203Fdb3e17
Octal2657136115620773337627
Binary101101011111011110100110111001001111111101101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,47,94); }

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

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

 a { background-color: rgb(22,47,94); }

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

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

 span { border-color: rgb(22,47,94); }

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