Shades of Midnight Blue #18267F
Tints of Midnight Blue #18267F
RGB
CMYK
RGB Variations
Color information
#18267F (or 0x18267F) is known color: Midnight Blue. HEX triplet: 18, 26 and 7F. RGB value is (24,38,127). Sum of RGB (Red+Green+Blue) = 24+38+127=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #18267F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18267F is #E7D980. Grayscale: #2B2B2B. Windows color (decimal): -15194497 or 8332824. OLE color: 8332824.
HSL color Cylindrical-coordinate representation of color #18267F: hue angle of 231.84º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18267F is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 38 | 127 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.50 |
| HSL | 231.84º | 0.68% | 0.3% | - |
| HSV(B) | 231.84º | 0.81% | 0.5% | - |
| XYZ | 4.9 | 3.11 | 20.42 | - |
| YUV | 43.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 127 | 0.81 | 0.70 | 0 | 0.50 | 231.84 | 0.68 | 0.3 |
| Hex | 18 | 26 | 7F | 51 | 46 | 0 | 32 | E8 | 44 | 1E |
| Octal | 30 | 46 | 177 | 121 | 106 | 0 | 62 | 350 | 104 | 36 |
| Binary | 11000 | 100110 | 1111111 | 1010001 | 1000110 | 0 | 110010 | 11101000 | 1000100 | 11110 |
Color Harmonies of #18267F
Complementary color
Monochromatic Colors of #18267F
Black with #18267F
Text Example
Text Example
White with #18267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18267F; }
p { color: rgb(24,38,127); }
H1.HeaderClassName
{
color: #18267F;
}
.AnyTagClassName
{
color: #18267F;
}
</style>
background-color css
<style>
a { background-color: #18267F; }
a { background-color: rgb(24,38,127); }
div.DivClassName
{
background-color: #18267F;
}
.BgClassName
{
background-color: #18267F;
}
</style>
border-color css
<style>
span { border-color: #18267F; }
span { border-color: rgb(24,38,127); }
td.TdClassName
{
border-color: #18267F;
}
.TagClassName
{
border-color: #18267F;
}
</style>