#16095A

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

Shades of Midnight Blue #16095A

Tints of Midnight Blue #16095A

Color information

#16095A (or 0x16095A) is unknown color: approx Midnight Blue. HEX triplet: 16, 09 and 5A. RGB value is (22,9,90). Sum of RGB (Red+Green+Blue) = 22+9+90=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #16095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16095A is #E9F6A5. Grayscale: #151515. Windows color (decimal): -15333030 or 5900566. OLE color: 5900566.

HSL color Cylindrical-coordinate representation of color #16095A: hue angle of 249.63º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16095A is Cyan = 0.76, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB22990-
CMYK0.760.900.65
HSL249.63º81.82%19.41%-
HSV(B)249.63º90%35.29%-
XYZ2.271.19.77-
YUV22.12166.31127.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 90 (35.55% from 255) = 74.38%
R=18.18%
G=7.44%
B=74.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal229900.760.900.65249.6381.8219.41
Hex1695A4C5A041fa5213
Octal2611132114132010137212223
Binary1011010011011010100110010110100100000111111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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