#16155E

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

Shades of Midnight Blue #16155E

Tints of Midnight Blue #16155E

Color information

#16155E (or 0x16155E) is unknown color: approx Midnight Blue. HEX triplet: 16, 15 and 5E. RGB value is (22,21,94). Sum of RGB (Red+Green+Blue) = 22+21+94=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #16155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16155E is #E9EAA1. Grayscale: #1D1D1D. Windows color (decimal): -15329954 or 6165782. OLE color: 6165782.

HSL color Cylindrical-coordinate representation of color #16155E: hue angle of 240.82º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16155E is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB222194-
CMYK0.770.7800.63
HSL240.82º63.48%22.55%-
HSV(B)240.82º77.66%36.86%-
XYZ2.621.5210.74-
YUV29.62164.33122.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 94 (37.11% from 255) = 68.61%
R=16.06%
G=15.33%
B=68.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2221940.770.7800.63240.8263.4822.55
Hex16155E4D4E03Ff13f17
Octal26251361151160773617727
Binary101101010110111101001101100111001111111111000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16155E; }

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

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

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

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

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

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

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

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