#18145D

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

Shades of Midnight Blue #18145D

Tints of Midnight Blue #18145D

Color information

#18145D (or 0x18145D) is unknown color: approx Midnight Blue. HEX triplet: 18, 14 and 5D. RGB value is (24,20,93). Sum of RGB (Red+Green+Blue) = 24+20+93=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #18145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18145D is #E7EBA2. Grayscale: #1D1D1D. Windows color (decimal): -15199139 or 6099992. OLE color: 6099992.

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

Color convert

RGB242093-
CMYK0.740.7800.64
HSL243.29º64.6%22.16%-
HSV(B)243.29º78.49%36.47%-
XYZ2.61.4810.51-
YUV29.52163.83124.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=17.52%
G=14.60%
B=67.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2420930.740.7800.64243.2964.622.16
Hex18145D4A4E040f34116
Octal3024135112116010036310126
Binary11000101001011101100101010011100100000011110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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