Shades of Midnight Blue #18045E
Tints of Midnight Blue #18045E
RGB
CMYK
RGB Variations
Color information
#18045E (or 0x18045E) is known color: Midnight Blue. HEX triplet: 18, 04 and 5E. RGB value is (24,4,94). Sum of RGB (Red+Green+Blue) = 24+4+94=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #18045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18045E is #E7FBA1. Grayscale: #131313. Windows color (decimal): -15203234 or 6161432. OLE color: 6161432.
HSL color Cylindrical-coordinate representation of color #18045E: hue angle of 253.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18045E is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 4 | 94 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.63 |
| HSL | 253.33º | 0.92% | 0.19% | - |
| HSV(B) | 253.33º | 0.96% | 0.37% | - |
| XYZ | 2.44 | 1.09 | 10.67 | - |
| YUV | 20.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 94 | 0.74 | 0.96 | 0 | 0.63 | 253.33 | 0.92 | 0.19 |
| Hex | 18 | 4 | 5E | 4A | 60 | 0 | 3F | FD | 5C | 13 |
| Octal | 30 | 4 | 136 | 112 | 140 | 0 | 77 | 375 | 134 | 23 |
| Binary | 11000 | 100 | 1011110 | 1001010 | 1100000 | 0 | 111111 | 11111101 | 1011100 | 10011 |
Color Harmonies of #18045E
Complementary color
Monochromatic Colors of #18045E
Black with #18045E
Text Example
Text Example
White with #18045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18045E; }
p { color: rgb(24,4,94); }
H1.HeaderClassName
{
color: #18045E;
}
.AnyTagClassName
{
color: #18045E;
}
</style>
background-color css
<style>
a { background-color: #18045E; }
a { background-color: rgb(24,4,94); }
div.DivClassName
{
background-color: #18045E;
}
.BgClassName
{
background-color: #18045E;
}
</style>
border-color css
<style>
span { border-color: #18045E; }
span { border-color: rgb(24,4,94); }
td.TdClassName
{
border-color: #18045E;
}
.TagClassName
{
border-color: #18045E;
}
</style>