Shades of Midnight Blue #180D68
Tints of Midnight Blue #180D68
RGB
CMYK
RGB Variations
Color information
#180D68 (or 0x180D68) is known color: Midnight Blue. HEX triplet: 18, 0D and 68. RGB value is (24,13,104). Sum of RGB (Red+Green+Blue) = 24+13+104=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #180D68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180D68 is #E7F297. Grayscale: #1A1A1A. Windows color (decimal): -15200920 or 6819096. OLE color: 6819096.
HSL color Cylindrical-coordinate representation of color #180D68: hue angle of 247.25º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180D68 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 13 | 104 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.59 |
| HSL | 247.25º | 0.78% | 0.23% | - |
| HSV(B) | 247.25º | 0.88% | 0.41% | - |
| XYZ | 3.02 | 1.48 | 13.22 | - |
| YUV | 26.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 104 | 0.77 | 0.88 | 0 | 0.59 | 247.25 | 0.78 | 0.23 |
| Hex | 18 | D | 68 | 4D | 58 | 0 | 3B | F7 | 4E | 17 |
| Octal | 30 | 15 | 150 | 115 | 130 | 0 | 73 | 367 | 116 | 27 |
| Binary | 11000 | 1101 | 1101000 | 1001101 | 1011000 | 0 | 111011 | 11110111 | 1001110 | 10111 |
Color Harmonies of #180D68
Complementary color
Monochromatic Colors of #180D68
Black with #180D68
Text Example
Text Example
White with #180D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D68; }
p { color: rgb(24,13,104); }
H1.HeaderClassName
{
color: #180D68;
}
.AnyTagClassName
{
color: #180D68;
}
</style>
background-color css
<style>
a { background-color: #180D68; }
a { background-color: rgb(24,13,104); }
div.DivClassName
{
background-color: #180D68;
}
.BgClassName
{
background-color: #180D68;
}
</style>
border-color css
<style>
span { border-color: #180D68; }
span { border-color: rgb(24,13,104); }
td.TdClassName
{
border-color: #180D68;
}
.TagClassName
{
border-color: #180D68;
}
</style>