Shades of Midnight Blue #18247B
Tints of Midnight Blue #18247B
RGB
CMYK
RGB Variations
Color information
#18247B (or 0x18247B) is known color: Midnight Blue. HEX triplet: 18, 24 and 7B. RGB value is (24,36,123). Sum of RGB (Red+Green+Blue) = 24+36+123=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #18247B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18247B is #E7DB84. Grayscale: #292929. Windows color (decimal): -15195013 or 8070168. OLE color: 8070168.
HSL color Cylindrical-coordinate representation of color #18247B: hue angle of 232.73º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18247B is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 36 | 123 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.52 |
| HSL | 232.73º | 0.67% | 0.29% | - |
| HSV(B) | 232.73º | 0.8% | 0.48% | - |
| XYZ | 4.58 | 2.89 | 19.05 | - |
| YUV | 42.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 123 | 0.80 | 0.71 | 0 | 0.52 | 232.73 | 0.67 | 0.29 |
| Hex | 18 | 24 | 7B | 50 | 47 | 0 | 34 | E9 | 43 | 1D |
| Octal | 30 | 44 | 173 | 120 | 107 | 0 | 64 | 351 | 103 | 35 |
| Binary | 11000 | 100100 | 1111011 | 1010000 | 1000111 | 0 | 110100 | 11101001 | 1000011 | 11101 |
Color Harmonies of #18247B
Complementary color
Monochromatic Colors of #18247B
Black with #18247B
Text Example
Text Example
White with #18247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18247B; }
p { color: rgb(24,36,123); }
H1.HeaderClassName
{
color: #18247B;
}
.AnyTagClassName
{
color: #18247B;
}
</style>
background-color css
<style>
a { background-color: #18247B; }
a { background-color: rgb(24,36,123); }
div.DivClassName
{
background-color: #18247B;
}
.BgClassName
{
background-color: #18247B;
}
</style>
border-color css
<style>
span { border-color: #18247B; }
span { border-color: rgb(24,36,123); }
td.TdClassName
{
border-color: #18247B;
}
.TagClassName
{
border-color: #18247B;
}
</style>