Shades of Midnight Blue #181770
Tints of Midnight Blue #181770
RGB
CMYK
RGB Variations
Color information
#181770 (or 0x181770) is known color: Midnight Blue. HEX triplet: 18, 17 and 70. RGB value is (24,23,112). Sum of RGB (Red+Green+Blue) = 24+23+112=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #181770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181770 is #E7E88F. Grayscale: #212121. Windows color (decimal): -15198352 or 7345944. OLE color: 7345944.
HSL color Cylindrical-coordinate representation of color #181770: hue angle of 240.67º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #181770 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 23 | 112 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.56 |
| HSL | 240.67º | 0.66% | 0.26% | - |
| HSV(B) | 240.67º | 0.79% | 0.44% | - |
| XYZ | 3.61 | 1.98 | 15.52 | - |
| YUV | 33.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 112 | 0.79 | 0.79 | 0 | 0.56 | 240.67 | 0.66 | 0.26 |
| Hex | 18 | 17 | 70 | 4F | 4F | 0 | 38 | F1 | 42 | 1A |
| Octal | 30 | 27 | 160 | 117 | 117 | 0 | 70 | 361 | 102 | 32 |
| Binary | 11000 | 10111 | 1110000 | 1001111 | 1001111 | 0 | 111000 | 11110001 | 1000010 | 11010 |
Color Harmonies of #181770
Complementary color
Monochromatic Colors of #181770
Black with #181770
Text Example
Text Example
White with #181770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181770; }
p { color: rgb(24,23,112); }
H1.HeaderClassName
{
color: #181770;
}
.AnyTagClassName
{
color: #181770;
}
</style>
background-color css
<style>
a { background-color: #181770; }
a { background-color: rgb(24,23,112); }
div.DivClassName
{
background-color: #181770;
}
.BgClassName
{
background-color: #181770;
}
</style>
border-color css
<style>
span { border-color: #181770; }
span { border-color: rgb(24,23,112); }
td.TdClassName
{
border-color: #181770;
}
.TagClassName
{
border-color: #181770;
}
</style>