Shades of Midnight Blue #18217F
Tints of Midnight Blue #18217F
RGB
CMYK
RGB Variations
Color information
#18217F (or 0x18217F) is known color: Midnight Blue. HEX triplet: 18, 21 and 7F. RGB value is (24,33,127). Sum of RGB (Red+Green+Blue) = 24+33+127=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #18217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18217F is #E7DE80. Grayscale: #282828. Windows color (decimal): -15195777 or 8331544. OLE color: 8331544.
HSL color Cylindrical-coordinate representation of color #18217F: hue angle of 234.76º 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 #18217F is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 33 | 127 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.50 |
| HSL | 234.76º | 0.68% | 0.3% | - |
| HSV(B) | 234.76º | 0.81% | 0.5% | - |
| XYZ | 4.75 | 2.81 | 20.37 | - |
| YUV | 41.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 127 | 0.81 | 0.74 | 0 | 0.50 | 234.76 | 0.68 | 0.3 |
| Hex | 18 | 21 | 7F | 51 | 4A | 0 | 32 | EB | 44 | 1E |
| Octal | 30 | 41 | 177 | 121 | 112 | 0 | 62 | 353 | 104 | 36 |
| Binary | 11000 | 100001 | 1111111 | 1010001 | 1001010 | 0 | 110010 | 11101011 | 1000100 | 11110 |
Color Harmonies of #18217F
Complementary color
Monochromatic Colors of #18217F
Black with #18217F
Text Example
Text Example
White with #18217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18217F; }
p { color: rgb(24,33,127); }
H1.HeaderClassName
{
color: #18217F;
}
.AnyTagClassName
{
color: #18217F;
}
</style>
background-color css
<style>
a { background-color: #18217F; }
a { background-color: rgb(24,33,127); }
div.DivClassName
{
background-color: #18217F;
}
.BgClassName
{
background-color: #18217F;
}
</style>
border-color css
<style>
span { border-color: #18217F; }
span { border-color: rgb(24,33,127); }
td.TdClassName
{
border-color: #18217F;
}
.TagClassName
{
border-color: #18217F;
}
</style>