Shades of Midnight Blue #180768
Tints of Midnight Blue #180768
RGB
CMYK
RGB Variations
Color information
#180768 (or 0x180768) is known color: Midnight Blue. HEX triplet: 18, 07 and 68. RGB value is (24,7,104). Sum of RGB (Red+Green+Blue) = 24+7+104=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #180768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180768 is #E7F897. Grayscale: #161616. Windows color (decimal): -15202456 or 6817560. OLE color: 6817560.
HSL color Cylindrical-coordinate representation of color #180768: hue angle of 250.52º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180768 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 7 | 104 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.59 |
| HSL | 250.52º | 0.87% | 0.22% | - |
| HSV(B) | 250.52º | 0.93% | 0.41% | - |
| XYZ | 2.95 | 1.35 | 13.2 | - |
| YUV | 23.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 104 | 0.77 | 0.93 | 0 | 0.59 | 250.52 | 0.87 | 0.22 |
| Hex | 18 | 7 | 68 | 4D | 5D | 0 | 3B | FB | 57 | 16 |
| Octal | 30 | 7 | 150 | 115 | 135 | 0 | 73 | 373 | 127 | 26 |
| Binary | 11000 | 111 | 1101000 | 1001101 | 1011101 | 0 | 111011 | 11111011 | 1010111 | 10110 |
Color Harmonies of #180768
Complementary color
Monochromatic Colors of #180768
Black with #180768
Text Example
Text Example
White with #180768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180768; }
p { color: rgb(24,7,104); }
H1.HeaderClassName
{
color: #180768;
}
.AnyTagClassName
{
color: #180768;
}
</style>
background-color css
<style>
a { background-color: #180768; }
a { background-color: rgb(24,7,104); }
div.DivClassName
{
background-color: #180768;
}
.BgClassName
{
background-color: #180768;
}
</style>
border-color css
<style>
span { border-color: #180768; }
span { border-color: rgb(24,7,104); }
td.TdClassName
{
border-color: #180768;
}
.TagClassName
{
border-color: #180768;
}
</style>