Shades of Midnight Blue #18207F
Tints of Midnight Blue #18207F
RGB
CMYK
RGB Variations
Color information
#18207F (or 0x18207F) is known color: Midnight Blue. HEX triplet: 18, 20 and 7F. RGB value is (24,32,127). Sum of RGB (Red+Green+Blue) = 24+32+127=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #18207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18207F is #E7DF80. Grayscale: #282828. Windows color (decimal): -15196033 or 8331288. OLE color: 8331288.
HSL color Cylindrical-coordinate representation of color #18207F: hue angle of 235.34º 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 #18207F is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 32 | 127 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.50 |
| HSL | 235.34º | 0.68% | 0.3% | - |
| HSV(B) | 235.34º | 0.81% | 0.5% | - |
| XYZ | 4.72 | 2.76 | 20.36 | - |
| YUV | 40.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 127 | 0.81 | 0.75 | 0 | 0.50 | 235.34 | 0.68 | 0.3 |
| Hex | 18 | 20 | 7F | 51 | 4B | 0 | 32 | EB | 44 | 1E |
| Octal | 30 | 40 | 177 | 121 | 113 | 0 | 62 | 353 | 104 | 36 |
| Binary | 11000 | 100000 | 1111111 | 1010001 | 1001011 | 0 | 110010 | 11101011 | 1000100 | 11110 |
Color Harmonies of #18207F
Complementary color
Monochromatic Colors of #18207F
Black with #18207F
Text Example
Text Example
White with #18207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18207F; }
p { color: rgb(24,32,127); }
H1.HeaderClassName
{
color: #18207F;
}
.AnyTagClassName
{
color: #18207F;
}
</style>
background-color css
<style>
a { background-color: #18207F; }
a { background-color: rgb(24,32,127); }
div.DivClassName
{
background-color: #18207F;
}
.BgClassName
{
background-color: #18207F;
}
</style>
border-color css
<style>
span { border-color: #18207F; }
span { border-color: rgb(24,32,127); }
td.TdClassName
{
border-color: #18207F;
}
.TagClassName
{
border-color: #18207F;
}
</style>