Shades of Midnight Blue #18288A
Tints of Midnight Blue #18288A
RGB
CMYK
RGB Variations
Color information
#18288A (or 0x18288A) is known color: Midnight Blue. HEX triplet: 18, 28 and 8A. RGB value is (24,40,138). Sum of RGB (Red+Green+Blue) = 24+40+138=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #18288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18288A is #E7D775. Grayscale: #2D2D2D. Windows color (decimal): -15193974 or 9054232. OLE color: 9054232.
HSL color Cylindrical-coordinate representation of color #18288A: hue angle of 231.58º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18288A is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 40 | 138 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.46 |
| HSL | 231.58º | 0.7% | 0.32% | - |
| HSV(B) | 231.58º | 0.83% | 0.54% | - |
| XYZ | 5.72 | 3.55 | 24.43 | - |
| YUV | 46.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 138 | 0.83 | 0.71 | 0 | 0.46 | 231.58 | 0.7 | 0.32 |
| Hex | 18 | 28 | 8A | 53 | 47 | 0 | 2E | E8 | 46 | 20 |
| Octal | 30 | 50 | 212 | 123 | 107 | 0 | 56 | 350 | 106 | 40 |
| Binary | 11000 | 101000 | 10001010 | 1010011 | 1000111 | 0 | 101110 | 11101000 | 1000110 | 100000 |
Color Harmonies of #18288A
Complementary color
Monochromatic Colors of #18288A
Black with #18288A
Text Example
Text Example
White with #18288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18288A; }
p { color: rgb(24,40,138); }
H1.HeaderClassName
{
color: #18288A;
}
.AnyTagClassName
{
color: #18288A;
}
</style>
background-color css
<style>
a { background-color: #18288A; }
a { background-color: rgb(24,40,138); }
div.DivClassName
{
background-color: #18288A;
}
.BgClassName
{
background-color: #18288A;
}
</style>
border-color css
<style>
span { border-color: #18288A; }
span { border-color: rgb(24,40,138); }
td.TdClassName
{
border-color: #18288A;
}
.TagClassName
{
border-color: #18288A;
}
</style>