Shades of Midnight Blue #180E68
Tints of Midnight Blue #180E68
RGB
CMYK
RGB Variations
Color information
#180E68 (or 0x180E68) is known color: Midnight Blue. HEX triplet: 18, 0E and 68. RGB value is (24,14,104). Sum of RGB (Red+Green+Blue) = 24+14+104=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #180E68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E68 is #E7F197. Grayscale: #1A1A1A. Windows color (decimal): -15200664 or 6819352. OLE color: 6819352.
HSL color Cylindrical-coordinate representation of color #180E68: hue angle of 246.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #180E68 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 14 | 104 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.59 |
| HSL | 246.67º | 0.76% | 0.23% | - |
| HSV(B) | 246.67º | 0.87% | 0.41% | - |
| XYZ | 3.03 | 1.51 | 13.23 | - |
| YUV | 27.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 104 | 0.77 | 0.87 | 0 | 0.59 | 246.67 | 0.76 | 0.23 |
| Hex | 18 | E | 68 | 4D | 57 | 0 | 3B | F7 | 4C | 17 |
| Octal | 30 | 16 | 150 | 115 | 127 | 0 | 73 | 367 | 114 | 27 |
| Binary | 11000 | 1110 | 1101000 | 1001101 | 1010111 | 0 | 111011 | 11110111 | 1001100 | 10111 |
Color Harmonies of #180E68
Complementary color
Monochromatic Colors of #180E68
Black with #180E68
Text Example
Text Example
White with #180E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E68; }
p { color: rgb(24,14,104); }
H1.HeaderClassName
{
color: #180E68;
}
.AnyTagClassName
{
color: #180E68;
}
</style>
background-color css
<style>
a { background-color: #180E68; }
a { background-color: rgb(24,14,104); }
div.DivClassName
{
background-color: #180E68;
}
.BgClassName
{
background-color: #180E68;
}
</style>
border-color css
<style>
span { border-color: #180E68; }
span { border-color: rgb(24,14,104); }
td.TdClassName
{
border-color: #180E68;
}
.TagClassName
{
border-color: #180E68;
}
</style>