#16095E

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

Shades of Midnight Blue #16095E

Tints of Midnight Blue #16095E

Color information

#16095E (or 0x16095E) is unknown color: approx Midnight Blue. HEX triplet: 16, 09 and 5E. RGB value is (22,9,94). Sum of RGB (Red+Green+Blue) = 22+9+94=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 94 (37.11% from 255 or 75.2% from 125); Max value from RGB is 94 - color contains mainly: blue. Hex color #16095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16095E is #E9F6A1. Grayscale: #161616. Windows color (decimal): -15333026 or 6162710. OLE color: 6162710.

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

Color convert

RGB22994-
CMYK0.770.9000.63
HSL249.18º82.52%20.2%-
HSV(B)249.18º90.43%36.86%-
XYZ2.451.1710.69-
YUV22.58168.31127.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 94 (37.11% from 255) = 75.2%
R=17.6%
G=7.2%
B=75.2%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal229940.770.9000.63249.1882.5220.2
Hex1695E4D5A03Ff95314
Octal261113611513207737112324
Binary101101001101111010011011011010011111111111001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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