Shades of Midnight Blue #180068
Tints of Midnight Blue #180068
RGB
CMYK
RGB Variations
Color information
#180068 (or 0x180068) is known color: Midnight Blue. HEX triplet: 18, 00 and 68. RGB value is (24,0,104). Sum of RGB (Red+Green+Blue) = 24+0+104=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #180068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180068 is #E7FF97. Grayscale: #121212. Windows color (decimal): -15204248 or 6815768. OLE color: 6815768.
HSL color Cylindrical-coordinate representation of color #180068: hue angle of 253.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180068 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 0 | 104 | - |
| CMYK | 0.77 | 1 | 0 | 0.59 |
| HSL | 253.85º | 1% | 0.2% | - |
| HSV(B) | 253.85º | 1% | 0.41% | - |
| XYZ | 2.88 | 1.19 | 13.18 | - |
| YUV | 19.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 104 | 0.77 | 1 | 0 | 0.59 | 253.85 | 1 | 0.2 |
| Hex | 18 | 0 | 68 | 4D | 64 | 0 | 3B | FE | 64 | 14 |
| Octal | 30 | 0 | 150 | 115 | 144 | 0 | 73 | 376 | 144 | 24 |
| Binary | 11000 | 0 | 1101000 | 1001101 | 1100100 | 0 | 111011 | 11111110 | 1100100 | 10100 |
Color Harmonies of #180068
Complementary color
Monochromatic Colors of #180068
Black with #180068
Text Example
Text Example
White with #180068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180068; }
p { color: rgb(24,0,104); }
H1.HeaderClassName
{
color: #180068;
}
.AnyTagClassName
{
color: #180068;
}
</style>
background-color css
<style>
a { background-color: #180068; }
a { background-color: rgb(24,0,104); }
div.DivClassName
{
background-color: #180068;
}
.BgClassName
{
background-color: #180068;
}
</style>
border-color css
<style>
span { border-color: #180068; }
span { border-color: rgb(24,0,104); }
td.TdClassName
{
border-color: #180068;
}
.TagClassName
{
border-color: #180068;
}
</style>