Shades of Midnight Blue #18145D
Tints of Midnight Blue #18145D
RGB
CMYK
RGB Variations
Color information
#18145D (or 0x18145D) is known color: 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
| RGB | 24 | 20 | 93 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.64 |
| HSL | 243.29º | 0.65% | 0.22% | - |
| HSV(B) | 243.29º | 0.78% | 0.36% | - |
| XYZ | 2.6 | 1.48 | 10.51 | - |
| YUV | 29.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 93 | 0.74 | 0.78 | 0 | 0.64 | 243.29 | 0.65 | 0.22 |
| Hex | 18 | 14 | 5D | 4A | 4E | 0 | 40 | F3 | 41 | 16 |
| Octal | 30 | 24 | 135 | 112 | 116 | 0 | 100 | 363 | 101 | 26 |
| Binary | 11000 | 10100 | 1011101 | 1001010 | 1001110 | 0 | 1000000 | 11110011 | 1000001 | 10110 |
Color Harmonies of #18145D
Complementary color
Monochromatic Colors of #18145D
Black with #18145D
Text Example
Text Example
White with #18145D
Text Example
Text Example
HTML Codes & Css Web 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>