#18165D

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

Shades of Midnight Blue #18165D

Tints of Midnight Blue #18165D

Color information

#18165D (or 0x18165D) is unknown color: approx Midnight Blue. HEX triplet: 18, 16 and 5D. RGB value is (24,22,93). Sum of RGB (Red+Green+Blue) = 24+22+93=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #18165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18165D is #E7E9A2. Grayscale: #1E1E1E. Windows color (decimal): -15198627 or 6100504. OLE color: 6100504.

HSL color Cylindrical-coordinate representation of color #18165D: hue angle of 241.69º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18165D is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB242293-
CMYK0.740.7600.64
HSL241.69º61.74%22.55%-
HSV(B)241.69º76.34%36.47%-
XYZ2.641.5610.52-
YUV30.69163.16123.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 93 (36.72% from 255) = 66.91%
R=17.27%
G=15.83%
B=66.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2422930.740.7600.64241.6961.7422.55
Hex18165D4A4C040f23e17
Octal302613511211401003627627
Binary1100010110101110110010101001100010000001111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18165D; }

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

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

<style>
 a { background-color: #18165D; }

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

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

<style>
 span { border-color: #18165D; }

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

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