Shades of Midnight Blue #181B5A
Tints of Midnight Blue #181B5A
RGB
CMYK
RGB Variations
Color information
#181B5A (or 0x181B5A) is known color: Midnight Blue. HEX triplet: 18, 1B and 5A. RGB value is (24,27,90). Sum of RGB (Red+Green+Blue) = 24+27+90=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #181B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181B5A is #E7E4A5. Grayscale: #212121. Windows color (decimal): -15197350 or 5905176. OLE color: 5905176.
HSL color Cylindrical-coordinate representation of color #181B5A: hue angle of 237.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #181B5A is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 27 | 90 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.65 |
| HSL | 237.27º | 0.58% | 0.22% | - |
| HSV(B) | 237.27º | 0.73% | 0.35% | - |
| XYZ | 2.61 | 1.72 | 9.87 | - |
| YUV | 33.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 90 | 0.73 | 0.70 | 0 | 0.65 | 237.27 | 0.58 | 0.22 |
| Hex | 18 | 1B | 5A | 49 | 46 | 0 | 41 | ED | 3A | 16 |
| Octal | 30 | 33 | 132 | 111 | 106 | 0 | 101 | 355 | 72 | 26 |
| Binary | 11000 | 11011 | 1011010 | 1001001 | 1000110 | 0 | 1000001 | 11101101 | 111010 | 10110 |
Color Harmonies of #181B5A
Complementary color
Monochromatic Colors of #181B5A
Black with #181B5A
Text Example
Text Example
White with #181B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B5A; }
p { color: rgb(24,27,90); }
H1.HeaderClassName
{
color: #181B5A;
}
.AnyTagClassName
{
color: #181B5A;
}
</style>
background-color css
<style>
a { background-color: #181B5A; }
a { background-color: rgb(24,27,90); }
div.DivClassName
{
background-color: #181B5A;
}
.BgClassName
{
background-color: #181B5A;
}
</style>
border-color css
<style>
span { border-color: #181B5A; }
span { border-color: rgb(24,27,90); }
td.TdClassName
{
border-color: #181B5A;
}
.TagClassName
{
border-color: #181B5A;
}
</style>