Shades of Midnight Blue #18145C
Tints of Midnight Blue #18145C
RGB
CMYK
RGB Variations
Color information
#18145C (or 0x18145C) is known color: Midnight Blue. HEX triplet: 18, 14 and 5C. RGB value is (24,20,92). Sum of RGB (Red+Green+Blue) = 24+20+92=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #18145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18145C is #E7EBA3. Grayscale: #1D1D1D. Windows color (decimal): -15199140 or 6034456. OLE color: 6034456.
HSL color Cylindrical-coordinate representation of color #18145C: hue angle of 243.33º degrees, saturation: 0.64, 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 #18145C is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 20 | 92 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.64 |
| HSL | 243.33º | 0.64% | 0.22% | - |
| HSV(B) | 243.33º | 0.78% | 0.36% | - |
| XYZ | 2.56 | 1.47 | 10.27 | - |
| YUV | 29.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 92 | 0.74 | 0.78 | 0 | 0.64 | 243.33 | 0.64 | 0.22 |
| Hex | 18 | 14 | 5C | 4A | 4E | 0 | 40 | F3 | 40 | 16 |
| Octal | 30 | 24 | 134 | 112 | 116 | 0 | 100 | 363 | 100 | 26 |
| Binary | 11000 | 10100 | 1011100 | 1001010 | 1001110 | 0 | 1000000 | 11110011 | 1000000 | 10110 |
Color Harmonies of #18145C
Complementary color
Monochromatic Colors of #18145C
Black with #18145C
Text Example
Text Example
White with #18145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18145C; }
p { color: rgb(24,20,92); }
H1.HeaderClassName
{
color: #18145C;
}
.AnyTagClassName
{
color: #18145C;
}
</style>
background-color css
<style>
a { background-color: #18145C; }
a { background-color: rgb(24,20,92); }
div.DivClassName
{
background-color: #18145C;
}
.BgClassName
{
background-color: #18145C;
}
</style>
border-color css
<style>
span { border-color: #18145C; }
span { border-color: rgb(24,20,92); }
td.TdClassName
{
border-color: #18145C;
}
.TagClassName
{
border-color: #18145C;
}
</style>