Shades of Midnight Blue #180060
Tints of Midnight Blue #180060
RGB
CMYK
RGB Variations
Color information
#180060 (or 0x180060) is known color: Midnight Blue. HEX triplet: 18, 00 and 60. RGB value is (24,0,96). Sum of RGB (Red+Green+Blue) = 24+0+96=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #180060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180060 is #E7FF9F. Grayscale: #111111. Windows color (decimal): -15204256 or 6291480. OLE color: 6291480.
HSL color Cylindrical-coordinate representation of color #180060: hue angle of 255º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180060 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 0 | 96 | - |
| CMYK | 0.75 | 1 | 0 | 0.62 |
| HSL | 255º | 1% | 0.19% | - |
| HSV(B) | 255º | 1% | 0.38% | - |
| XYZ | 2.49 | 1.04 | 11.14 | - |
| YUV | 18.12 | 171.95 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 96 | 0.75 | 1 | 0 | 0.62 | 255 | 1 | 0.19 |
| Hex | 18 | 0 | 60 | 4B | 64 | 0 | 3E | FF | 64 | 13 |
| Octal | 30 | 0 | 140 | 113 | 144 | 0 | 76 | 377 | 144 | 23 |
| Binary | 11000 | 0 | 1100000 | 1001011 | 1100100 | 0 | 111110 | 11111111 | 1100100 | 10011 |
Color Harmonies of #180060
Complementary color
Monochromatic Colors of #180060
Black with #180060
Text Example
Text Example
White with #180060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180060; }
p { color: rgb(24,0,96); }
H1.HeaderClassName
{
color: #180060;
}
.AnyTagClassName
{
color: #180060;
}
</style>
background-color css
<style>
a { background-color: #180060; }
a { background-color: rgb(24,0,96); }
div.DivClassName
{
background-color: #180060;
}
.BgClassName
{
background-color: #180060;
}
</style>
border-color css
<style>
span { border-color: #180060; }
span { border-color: rgb(24,0,96); }
td.TdClassName
{
border-color: #180060;
}
.TagClassName
{
border-color: #180060;
}
</style>