Shades of Midnight Blue #180868
Tints of Midnight Blue #180868
RGB
CMYK
RGB Variations
Color information
#180868 (or 0x180868) is known color: Midnight Blue. HEX triplet: 18, 08 and 68. RGB value is (24,8,104). Sum of RGB (Red+Green+Blue) = 24+8+104=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #180868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180868 is #E7F797. Grayscale: #171717. Windows color (decimal): -15202200 or 6817816. OLE color: 6817816.
HSL color Cylindrical-coordinate representation of color #180868: hue angle of 250º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180868 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 8 | 104 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.59 |
| HSL | 250º | 0.86% | 0.22% | - |
| HSV(B) | 250º | 0.92% | 0.41% | - |
| XYZ | 2.96 | 1.37 | 13.2 | - |
| YUV | 23.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 104 | 0.77 | 0.92 | 0 | 0.59 | 250 | 0.86 | 0.22 |
| Hex | 18 | 8 | 68 | 4D | 5C | 0 | 3B | FA | 56 | 16 |
| Octal | 30 | 10 | 150 | 115 | 134 | 0 | 73 | 372 | 126 | 26 |
| Binary | 11000 | 1000 | 1101000 | 1001101 | 1011100 | 0 | 111011 | 11111010 | 1010110 | 10110 |
Color Harmonies of #180868
Complementary color
Monochromatic Colors of #180868
Black with #180868
Text Example
Text Example
White with #180868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180868; }
p { color: rgb(24,8,104); }
H1.HeaderClassName
{
color: #180868;
}
.AnyTagClassName
{
color: #180868;
}
</style>
background-color css
<style>
a { background-color: #180868; }
a { background-color: rgb(24,8,104); }
div.DivClassName
{
background-color: #180868;
}
.BgClassName
{
background-color: #180868;
}
</style>
border-color css
<style>
span { border-color: #180868; }
span { border-color: rgb(24,8,104); }
td.TdClassName
{
border-color: #180868;
}
.TagClassName
{
border-color: #180868;
}
</style>