#161459

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

Shades of Midnight Blue #161459

Tints of Midnight Blue #161459

Color information

#161459 (or 0x161459) is unknown color: approx Midnight Blue. HEX triplet: 16, 14 and 59. RGB value is (22,20,89). Sum of RGB (Red+Green+Blue) = 22+20+89=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #161459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161459 is #E9EBA6. Grayscale: #1C1C1C. Windows color (decimal): -15330215 or 5837846. OLE color: 5837846.

HSL color Cylindrical-coordinate representation of color #161459: hue angle of 241.74º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161459 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB222089-
CMYK0.750.7800.65
HSL241.74º63.3%21.37%-
HSV(B)241.74º77.53%34.9%-
XYZ2.381.399.59-
YUV28.46162.16123.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 89 (35.16% from 255) = 67.94%
R=16.79%
G=15.27%
B=67.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2220890.750.7800.65241.7463.321.37
Hex1614594B4E041f23f15
Octal262413111311601013627725
Binary1011010100101100110010111001110010000011111001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161459; }

 p { color: rgb(22,20,89); }

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

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

 a { background-color: rgb(22,20,89); }

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

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

 span { border-color: rgb(22,20,89); }

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