Shades of Midnight Blue #180861
Tints of Midnight Blue #180861
RGB
CMYK
RGB Variations
Color information
#180861 (or 0x180861) is known color: Midnight Blue. HEX triplet: 18, 08 and 61. RGB value is (24,8,97). Sum of RGB (Red+Green+Blue) = 24+8+97=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #180861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180861 is #E7F79E. Grayscale: #161616. Windows color (decimal): -15202207 or 6359064. OLE color: 6359064.
HSL color Cylindrical-coordinate representation of color #180861: hue angle of 250.79º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180861 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 8 | 97 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.62 |
| HSL | 250.79º | 0.85% | 0.21% | - |
| HSV(B) | 250.79º | 0.92% | 0.38% | - |
| XYZ | 2.62 | 1.23 | 11.41 | - |
| YUV | 22.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 97 | 0.75 | 0.92 | 0 | 0.62 | 250.79 | 0.85 | 0.21 |
| Hex | 18 | 8 | 61 | 4B | 5C | 0 | 3E | FB | 55 | 15 |
| Octal | 30 | 10 | 141 | 113 | 134 | 0 | 76 | 373 | 125 | 25 |
| Binary | 11000 | 1000 | 1100001 | 1001011 | 1011100 | 0 | 111110 | 11111011 | 1010101 | 10101 |
Color Harmonies of #180861
Complementary color
Monochromatic Colors of #180861
Black with #180861
Text Example
Text Example
White with #180861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180861; }
p { color: rgb(24,8,97); }
H1.HeaderClassName
{
color: #180861;
}
.AnyTagClassName
{
color: #180861;
}
</style>
background-color css
<style>
a { background-color: #180861; }
a { background-color: rgb(24,8,97); }
div.DivClassName
{
background-color: #180861;
}
.BgClassName
{
background-color: #180861;
}
</style>
border-color css
<style>
span { border-color: #180861; }
span { border-color: rgb(24,8,97); }
td.TdClassName
{
border-color: #180861;
}
.TagClassName
{
border-color: #180861;
}
</style>