Shades of Midnight Blue #181B84
Tints of Midnight Blue #181B84
RGB
CMYK
RGB Variations
Color information
#181B84 (or 0x181B84) is known color: Midnight Blue. HEX triplet: 18, 1B and 84. RGB value is (24,27,132). Sum of RGB (Red+Green+Blue) = 24+27+132=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #181B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181B84 is #E7E47B. Grayscale: #252525. Windows color (decimal): -15197308 or 8657688. OLE color: 8657688.
HSL color Cylindrical-coordinate representation of color #181B84: hue angle of 238.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181B84 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 27 | 132 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.48 |
| HSL | 238.33º | 0.69% | 0.31% | - |
| HSV(B) | 238.33º | 0.82% | 0.52% | - |
| XYZ | 4.93 | 2.64 | 22.08 | - |
| YUV | 38.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 132 | 0.82 | 0.80 | 0 | 0.48 | 238.33 | 0.69 | 0.31 |
| Hex | 18 | 1B | 84 | 52 | 50 | 0 | 30 | EE | 45 | 1F |
| Octal | 30 | 33 | 204 | 122 | 120 | 0 | 60 | 356 | 105 | 37 |
| Binary | 11000 | 11011 | 10000100 | 1010010 | 1010000 | 0 | 110000 | 11101110 | 1000101 | 11111 |
Color Harmonies of #181B84
Complementary color
Monochromatic Colors of #181B84
Black with #181B84
Text Example
Text Example
White with #181B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B84; }
p { color: rgb(24,27,132); }
H1.HeaderClassName
{
color: #181B84;
}
.AnyTagClassName
{
color: #181B84;
}
</style>
background-color css
<style>
a { background-color: #181B84; }
a { background-color: rgb(24,27,132); }
div.DivClassName
{
background-color: #181B84;
}
.BgClassName
{
background-color: #181B84;
}
</style>
border-color css
<style>
span { border-color: #181B84; }
span { border-color: rgb(24,27,132); }
td.TdClassName
{
border-color: #181B84;
}
.TagClassName
{
border-color: #181B84;
}
</style>