#18195D

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

Shades of Midnight Blue #18195D

Tints of Midnight Blue #18195D

Color information

#18195D (or 0x18195D) is unknown color: approx Midnight Blue. HEX triplet: 18, 19 and 5D. RGB value is (24,25,93). Sum of RGB (Red+Green+Blue) = 24+25+93=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #18195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18195D is #E7E6A2. Grayscale: #202020. Windows color (decimal): -15197859 or 6101272. OLE color: 6101272.

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

Color convert

RGB242593-
CMYK0.740.7300.64
HSL239.13º58.97%22.94%-
HSV(B)239.13º74.19%36.47%-
XYZ2.71.6810.54-
YUV32.45162.17121.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=16.90%
G=17.61%
B=65.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2425930.740.7300.64239.1358.9722.94
Hex18195D4A49040ef3b17
Octal303113511211101003577327
Binary1100011001101110110010101001001010000001110111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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