#161F5E

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

Shades of Midnight Blue #161F5E

Tints of Midnight Blue #161F5E

Color information

#161F5E (or 0x161F5E) is unknown color: approx Midnight Blue. HEX triplet: 16, 1F and 5E. RGB value is (22,31,94). Sum of RGB (Red+Green+Blue) = 22+31+94=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #161F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161F5E is #E9E0A1. Grayscale: #232323. Windows color (decimal): -15327394 or 6168342. OLE color: 6168342.

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

Color convert

RGB223194-
CMYK0.770.6700.63
HSL232.5º62.07%22.75%-
HSV(B)232.5º76.6%36.86%-
XYZ2.841.9610.82-
YUV35.49161.02118.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=14.97%
G=21.09%
B=63.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2231940.770.6700.63232.562.0722.75
Hex161F5E4D4303Fe83e17
Octal26371361151030773507627
Binary101101111110111101001101100001101111111110100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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