Shades of Midnight Blue #181F66
Tints of Midnight Blue #181F66
RGB
CMYK
RGB Variations
Color information
#181F66 (or 0x181F66) is known color: Midnight Blue. HEX triplet: 18, 1F and 66. RGB value is (24,31,102). Sum of RGB (Red+Green+Blue) = 24+31+102=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #181F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F66 is #E7E099. Grayscale: #242424. Windows color (decimal): -15196314 or 6692632. OLE color: 6692632.
HSL color Cylindrical-coordinate representation of color #181F66: hue angle of 234.62º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181F66 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 31 | 102 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.6 |
| HSL | 234.62º | 0.62% | 0.25% | - |
| HSV(B) | 234.62º | 0.76% | 0.4% | - |
| XYZ | 3.26 | 2.13 | 12.81 | - |
| YUV | 37 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 102 | 0.76 | 0.70 | 0 | 0.6 | 234.62 | 0.62 | 0.25 |
| Hex | 18 | 1F | 66 | 4C | 46 | 0 | 3C | EB | 3E | 19 |
| Octal | 30 | 37 | 146 | 114 | 106 | 0 | 74 | 353 | 76 | 31 |
| Binary | 11000 | 11111 | 1100110 | 1001100 | 1000110 | 0 | 111100 | 11101011 | 111110 | 11001 |
Color Harmonies of #181F66
Complementary color
Monochromatic Colors of #181F66
Black with #181F66
Text Example
Text Example
White with #181F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F66; }
p { color: rgb(24,31,102); }
H1.HeaderClassName
{
color: #181F66;
}
.AnyTagClassName
{
color: #181F66;
}
</style>
background-color css
<style>
a { background-color: #181F66; }
a { background-color: rgb(24,31,102); }
div.DivClassName
{
background-color: #181F66;
}
.BgClassName
{
background-color: #181F66;
}
</style>
border-color css
<style>
span { border-color: #181F66; }
span { border-color: rgb(24,31,102); }
td.TdClassName
{
border-color: #181F66;
}
.TagClassName
{
border-color: #181F66;
}
</style>