#16185A

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

Shades of Midnight Blue #16185A

Tints of Midnight Blue #16185A

Color information

#16185A (or 0x16185A) is unknown color: approx Midnight Blue. HEX triplet: 16, 18 and 5A. RGB value is (22,24,90). Sum of RGB (Red+Green+Blue) = 22+24+90=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #16185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16185A is #E9E7A5. Grayscale: #1E1E1E. Windows color (decimal): -15329190 or 5904406. OLE color: 5904406.

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

Color convert

RGB222490-
CMYK0.760.7300.65
HSL238.24º60.71%21.96%-
HSV(B)238.24º75.56%35.29%-
XYZ2.51.569.84-
YUV30.93161.34121.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 90 (35.55% from 255) = 66.18%
R=16.18%
G=17.65%
B=66.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2224900.760.7300.65238.2460.7121.96
Hex16185A4C49041ee3d16
Octal263013211411101013567526
Binary1011011000101101010011001001001010000011110111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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