#162F6F

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

Shades of Sapphire #162F6F

Tints of Sapphire #162F6F

Color information

#162F6F (or 0x162F6F) is unknown color: approx Sapphire. HEX triplet: 16, 2F and 6F. RGB value is (22,47,111). Sum of RGB (Red+Green+Blue) = 22+47+111=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #162F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F6F is #E9D090. Grayscale: #2E2E2E. Windows color (decimal): -15323281 or 7286550. OLE color: 7286550.

HSL color Cylindrical-coordinate representation of color #162F6F: hue angle of 223.15º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #162F6F is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2247111-
CMYK0.800.5800.56
HSL223.15º66.92%26.08%-
HSV(B)223.15º80.18%43.53%-
XYZ4.223.3515.46-
YUV46.82164.22110.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 47 (18.75% from 255) = 26.11%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=12.22%
G=26.11%
B=61.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22471110.800.5800.56223.1566.9226.08
Hex162F6F503A038df431a
Octal26571571207207033710332
Binary1011010111111011111010000111010011100011011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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