Shades of Midnight Blue #18147F
Tints of Midnight Blue #18147F
RGB
CMYK
RGB Variations
Color information
#18147F (or 0x18147F) is known color: Midnight Blue. HEX triplet: 18, 14 and 7F. RGB value is (24,20,127). Sum of RGB (Red+Green+Blue) = 24+20+127=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #18147F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18147F is #E7EB80. Grayscale: #202020. Windows color (decimal): -15199105 or 8328216. OLE color: 8328216.
HSL color Cylindrical-coordinate representation of color #18147F: hue angle of 242.24º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18147F is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 20 | 127 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.50 |
| HSL | 242.24º | 0.73% | 0.29% | - |
| HSV(B) | 242.24º | 0.84% | 0.5% | - |
| XYZ | 4.46 | 2.23 | 20.27 | - |
| YUV | 33.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 127 | 0.81 | 0.84 | 0 | 0.50 | 242.24 | 0.73 | 0.29 |
| Hex | 18 | 14 | 7F | 51 | 54 | 0 | 32 | F2 | 49 | 1D |
| Octal | 30 | 24 | 177 | 121 | 124 | 0 | 62 | 362 | 111 | 35 |
| Binary | 11000 | 10100 | 1111111 | 1010001 | 1010100 | 0 | 110010 | 11110010 | 1001001 | 11101 |
Color Harmonies of #18147F
Complementary color
Monochromatic Colors of #18147F
Black with #18147F
Text Example
Text Example
White with #18147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18147F; }
p { color: rgb(24,20,127); }
H1.HeaderClassName
{
color: #18147F;
}
.AnyTagClassName
{
color: #18147F;
}
</style>
background-color css
<style>
a { background-color: #18147F; }
a { background-color: rgb(24,20,127); }
div.DivClassName
{
background-color: #18147F;
}
.BgClassName
{
background-color: #18147F;
}
</style>
border-color css
<style>
span { border-color: #18147F; }
span { border-color: rgb(24,20,127); }
td.TdClassName
{
border-color: #18147F;
}
.TagClassName
{
border-color: #18147F;
}
</style>