Shades of Midnight Blue #180160
Tints of Midnight Blue #180160
RGB
CMYK
RGB Variations
Color information
#180160 (or 0x180160) is known color: Midnight Blue. HEX triplet: 18, 01 and 60. RGB value is (24,1,96). Sum of RGB (Red+Green+Blue) = 24+1+96=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #180160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180160 is #E7FE9F. Grayscale: #121212. Windows color (decimal): -15204000 or 6291736. OLE color: 6291736.
HSL color Cylindrical-coordinate representation of color #180160: hue angle of 254.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180160 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 1 | 96 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.62 |
| HSL | 254.53º | 0.98% | 0.19% | - |
| HSV(B) | 254.53º | 0.99% | 0.38% | - |
| XYZ | 2.5 | 1.06 | 11.14 | - |
| YUV | 18.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 96 | 0.75 | 0.99 | 0 | 0.62 | 254.53 | 0.98 | 0.19 |
| Hex | 18 | 1 | 60 | 4B | 63 | 0 | 3E | FF | 62 | 13 |
| Octal | 30 | 1 | 140 | 113 | 143 | 0 | 76 | 377 | 142 | 23 |
| Binary | 11000 | 1 | 1100000 | 1001011 | 1100011 | 0 | 111110 | 11111111 | 1100010 | 10011 |
Color Harmonies of #180160
Complementary color
Monochromatic Colors of #180160
Black with #180160
Text Example
Text Example
White with #180160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180160; }
p { color: rgb(24,1,96); }
H1.HeaderClassName
{
color: #180160;
}
.AnyTagClassName
{
color: #180160;
}
</style>
background-color css
<style>
a { background-color: #180160; }
a { background-color: rgb(24,1,96); }
div.DivClassName
{
background-color: #180160;
}
.BgClassName
{
background-color: #180160;
}
</style>
border-color css
<style>
span { border-color: #180160; }
span { border-color: rgb(24,1,96); }
td.TdClassName
{
border-color: #180160;
}
.TagClassName
{
border-color: #180160;
}
</style>