Shades of Midnight Blue #181272
Tints of Midnight Blue #181272
RGB
CMYK
RGB Variations
Color information
#181272 (or 0x181272) is known color: Midnight Blue. HEX triplet: 18, 12 and 72. RGB value is (24,18,114). Sum of RGB (Red+Green+Blue) = 24+18+114=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #181272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181272 is #E7ED8D. Grayscale: #1E1E1E. Windows color (decimal): -15199630 or 7475736. OLE color: 7475736.
HSL color Cylindrical-coordinate representation of color #181272: hue angle of 243.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181272 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 18 | 114 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.55 |
| HSL | 243.75º | 0.73% | 0.26% | - |
| HSV(B) | 243.75º | 0.84% | 0.45% | - |
| XYZ | 3.63 | 1.84 | 16.08 | - |
| YUV | 30.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 114 | 0.79 | 0.84 | 0 | 0.55 | 243.75 | 0.73 | 0.26 |
| Hex | 18 | 12 | 72 | 4F | 54 | 0 | 37 | F4 | 49 | 1A |
| Octal | 30 | 22 | 162 | 117 | 124 | 0 | 67 | 364 | 111 | 32 |
| Binary | 11000 | 10010 | 1110010 | 1001111 | 1010100 | 0 | 110111 | 11110100 | 1001001 | 11010 |
Color Harmonies of #181272
Complementary color
Monochromatic Colors of #181272
Black with #181272
Text Example
Text Example
White with #181272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181272; }
p { color: rgb(24,18,114); }
H1.HeaderClassName
{
color: #181272;
}
.AnyTagClassName
{
color: #181272;
}
</style>
background-color css
<style>
a { background-color: #181272; }
a { background-color: rgb(24,18,114); }
div.DivClassName
{
background-color: #181272;
}
.BgClassName
{
background-color: #181272;
}
</style>
border-color css
<style>
span { border-color: #181272; }
span { border-color: rgb(24,18,114); }
td.TdClassName
{
border-color: #181272;
}
.TagClassName
{
border-color: #181272;
}
</style>