Shades of Midnight Blue #181F7C
Tints of Midnight Blue #181F7C
RGB
CMYK
RGB Variations
Color information
#181F7C (or 0x181F7C) is known color: Midnight Blue. HEX triplet: 18, 1F and 7C. RGB value is (24,31,124). Sum of RGB (Red+Green+Blue) = 24+31+124=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #181F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F7C is #E7E083. Grayscale: #272727. Windows color (decimal): -15196292 or 8134424. OLE color: 8134424.
HSL color Cylindrical-coordinate representation of color #181F7C: hue angle of 235.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #181F7C is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 31 | 124 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.51 |
| HSL | 235.8º | 0.68% | 0.29% | - |
| HSV(B) | 235.8º | 0.81% | 0.49% | - |
| XYZ | 4.5 | 2.63 | 19.34 | - |
| YUV | 39.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 124 | 0.81 | 0.75 | 0 | 0.51 | 235.8 | 0.68 | 0.29 |
| Hex | 18 | 1F | 7C | 51 | 4B | 0 | 33 | EC | 44 | 1D |
| Octal | 30 | 37 | 174 | 121 | 113 | 0 | 63 | 354 | 104 | 35 |
| Binary | 11000 | 11111 | 1111100 | 1010001 | 1001011 | 0 | 110011 | 11101100 | 1000100 | 11101 |
Color Harmonies of #181F7C
Complementary color
Monochromatic Colors of #181F7C
Black with #181F7C
Text Example
Text Example
White with #181F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F7C; }
p { color: rgb(24,31,124); }
H1.HeaderClassName
{
color: #181F7C;
}
.AnyTagClassName
{
color: #181F7C;
}
</style>
background-color css
<style>
a { background-color: #181F7C; }
a { background-color: rgb(24,31,124); }
div.DivClassName
{
background-color: #181F7C;
}
.BgClassName
{
background-color: #181F7C;
}
</style>
border-color css
<style>
span { border-color: #181F7C; }
span { border-color: rgb(24,31,124); }
td.TdClassName
{
border-color: #181F7C;
}
.TagClassName
{
border-color: #181F7C;
}
</style>