#16096A

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

Shades of Midnight Blue #16096A

Tints of Midnight Blue #16096A

Color information

#16096A (or 0x16096A) is unknown color: approx Midnight Blue. HEX triplet: 16, 09 and 6A. RGB value is (22,9,106). Sum of RGB (Red+Green+Blue) = 22+9+106=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 106 (41.80% from 255 or 77.37% from 137); Max value from RGB is 106 - color contains mainly: blue. Hex color #16096A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16096A is #E9F695. Grayscale: #171717. Windows color (decimal): -15333014 or 6949142. OLE color: 6949142.

HSL color Cylindrical-coordinate representation of color #16096A: hue angle of 248.04º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16096A is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB229106-
CMYK0.790.9200.58
HSL248.04º84.35%22.55%-
HSV(B)248.04º91.51%41.57%-
XYZ3.031.4113.75-
YUV23.94174.31126.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 106 (41.80% from 255) = 77.37%
R=16.06%
G=6.57%
B=77.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2291060.790.9200.58248.0484.3522.55
Hex1696A4F5C03Af85417
Octal261115211713407237012427
Binary101101001110101010011111011100011101011111000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16096A; }

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

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

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

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

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

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

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

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