#161F5F

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

Shades of Midnight Blue #161F5F

Tints of Midnight Blue #161F5F

Color information

#161F5F (or 0x161F5F) is unknown color: approx Midnight Blue. HEX triplet: 16, 1F and 5F. RGB value is (22,31,95). Sum of RGB (Red+Green+Blue) = 22+31+95=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 95 (37.5% from 255 or 64.19% from 148); Max value from RGB is 95 - color contains mainly: blue. Hex color #161F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161F5F is #E9E0A0. Grayscale: #232323. Windows color (decimal): -15327393 or 6233878. OLE color: 6233878.

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

Color convert

RGB223195-
CMYK0.770.6700.63
HSL232.6º62.39%22.94%-
HSV(B)232.6º76.84%37.25%-
XYZ2.891.9811.06-
YUV35.6161.52118.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 95 (37.5% from 255) = 64.19%
R=14.86%
G=20.95%
B=64.19%

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
Decimal2231950.770.6700.63232.662.3922.94
Hex161F5F4D4303Fe93e17
Octal26371371151030773517627
Binary101101111110111111001101100001101111111110100111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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