Shades of Midnight Blue #180968
Tints of Midnight Blue #180968
RGB
CMYK
RGB Variations
Color information
#180968 (or 0x180968) is known color: Midnight Blue. HEX triplet: 18, 09 and 68. RGB value is (24,9,104). Sum of RGB (Red+Green+Blue) = 24+9+104=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #180968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180968 is #E7F697. Grayscale: #171717. Windows color (decimal): -15201944 or 6818072. OLE color: 6818072.
HSL color Cylindrical-coordinate representation of color #180968: hue angle of 249.47º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180968 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 9 | 104 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.59 |
| HSL | 249.47º | 0.84% | 0.22% | - |
| HSV(B) | 249.47º | 0.91% | 0.41% | - |
| XYZ | 2.97 | 1.39 | 13.21 | - |
| YUV | 24.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 104 | 0.77 | 0.91 | 0 | 0.59 | 249.47 | 0.84 | 0.22 |
| Hex | 18 | 9 | 68 | 4D | 5B | 0 | 3B | F9 | 54 | 16 |
| Octal | 30 | 11 | 150 | 115 | 133 | 0 | 73 | 371 | 124 | 26 |
| Binary | 11000 | 1001 | 1101000 | 1001101 | 1011011 | 0 | 111011 | 11111001 | 1010100 | 10110 |
Color Harmonies of #180968
Complementary color
Monochromatic Colors of #180968
Black with #180968
Text Example
Text Example
White with #180968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180968; }
p { color: rgb(24,9,104); }
H1.HeaderClassName
{
color: #180968;
}
.AnyTagClassName
{
color: #180968;
}
</style>
background-color css
<style>
a { background-color: #180968; }
a { background-color: rgb(24,9,104); }
div.DivClassName
{
background-color: #180968;
}
.BgClassName
{
background-color: #180968;
}
</style>
border-color css
<style>
span { border-color: #180968; }
span { border-color: rgb(24,9,104); }
td.TdClassName
{
border-color: #180968;
}
.TagClassName
{
border-color: #180968;
}
</style>