Shades of Midnight Blue #181F5B
Tints of Midnight Blue #181F5B
RGB
CMYK
RGB Variations
Color information
#181F5B (or 0x181F5B) is known color: Midnight Blue. HEX triplet: 18, 1F and 5B. RGB value is (24,31,91). Sum of RGB (Red+Green+Blue) = 24+31+91=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #181F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F5B is #E7E0A4. Grayscale: #232323. Windows color (decimal): -15196325 or 5971736. OLE color: 5971736.
HSL color Cylindrical-coordinate representation of color #181F5B: hue angle of 233.73º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181F5B is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 31 | 91 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.64 |
| HSL | 233.73º | 0.58% | 0.23% | - |
| HSV(B) | 233.73º | 0.74% | 0.36% | - |
| XYZ | 2.76 | 1.93 | 10.12 | - |
| YUV | 35.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 91 | 0.74 | 0.66 | 0 | 0.64 | 233.73 | 0.58 | 0.23 |
| Hex | 18 | 1F | 5B | 4A | 42 | 0 | 40 | EA | 3A | 17 |
| Octal | 30 | 37 | 133 | 112 | 102 | 0 | 100 | 352 | 72 | 27 |
| Binary | 11000 | 11111 | 1011011 | 1001010 | 1000010 | 0 | 1000000 | 11101010 | 111010 | 10111 |
Color Harmonies of #181F5B
Complementary color
Monochromatic Colors of #181F5B
Black with #181F5B
Text Example
Text Example
White with #181F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F5B; }
p { color: rgb(24,31,91); }
H1.HeaderClassName
{
color: #181F5B;
}
.AnyTagClassName
{
color: #181F5B;
}
</style>
background-color css
<style>
a { background-color: #181F5B; }
a { background-color: rgb(24,31,91); }
div.DivClassName
{
background-color: #181F5B;
}
.BgClassName
{
background-color: #181F5B;
}
</style>
border-color css
<style>
span { border-color: #181F5B; }
span { border-color: rgb(24,31,91); }
td.TdClassName
{
border-color: #181F5B;
}
.TagClassName
{
border-color: #181F5B;
}
</style>