Shades of Midnight Blue #18076D
Tints of Midnight Blue #18076D
RGB
CMYK
RGB Variations
Color information
#18076D (or 0x18076D) is known color: Midnight Blue. HEX triplet: 18, 07 and 6D. RGB value is (24,7,109). Sum of RGB (Red+Green+Blue) = 24+7+109=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #18076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18076D is #E7F892. Grayscale: #171717. Windows color (decimal): -15202451 or 7145240. OLE color: 7145240.
HSL color Cylindrical-coordinate representation of color #18076D: hue angle of 250º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18076D is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 7 | 109 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.57 |
| HSL | 250º | 0.88% | 0.23% | - |
| HSV(B) | 250º | 0.94% | 0.43% | - |
| XYZ | 3.21 | 1.45 | 14.58 | - |
| YUV | 23.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 109 | 0.78 | 0.94 | 0 | 0.57 | 250 | 0.88 | 0.23 |
| Hex | 18 | 7 | 6D | 4E | 5E | 0 | 39 | FA | 58 | 17 |
| Octal | 30 | 7 | 155 | 116 | 136 | 0 | 71 | 372 | 130 | 27 |
| Binary | 11000 | 111 | 1101101 | 1001110 | 1011110 | 0 | 111001 | 11111010 | 1011000 | 10111 |
Color Harmonies of #18076D
Complementary color
Monochromatic Colors of #18076D
Black with #18076D
Text Example
Text Example
White with #18076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18076D; }
p { color: rgb(24,7,109); }
H1.HeaderClassName
{
color: #18076D;
}
.AnyTagClassName
{
color: #18076D;
}
</style>
background-color css
<style>
a { background-color: #18076D; }
a { background-color: rgb(24,7,109); }
div.DivClassName
{
background-color: #18076D;
}
.BgClassName
{
background-color: #18076D;
}
</style>
border-color css
<style>
span { border-color: #18076D; }
span { border-color: rgb(24,7,109); }
td.TdClassName
{
border-color: #18076D;
}
.TagClassName
{
border-color: #18076D;
}
</style>