Shades of Midnight Blue #18096B
Tints of Midnight Blue #18096B
RGB
CMYK
RGB Variations
Color information
#18096B (or 0x18096B) is known color: Midnight Blue. HEX triplet: 18, 09 and 6B. RGB value is (24,9,107). Sum of RGB (Red+Green+Blue) = 24+9+107=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #18096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18096B is #E7F694. Grayscale: #181818. Windows color (decimal): -15201941 or 7014680. OLE color: 7014680.
HSL color Cylindrical-coordinate representation of color #18096B: hue angle of 249.18º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18096B is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 9 | 107 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.58 |
| HSL | 249.18º | 0.84% | 0.23% | - |
| HSV(B) | 249.18º | 0.92% | 0.42% | - |
| XYZ | 3.13 | 1.45 | 14.03 | - |
| YUV | 24.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 107 | 0.78 | 0.92 | 0 | 0.58 | 249.18 | 0.84 | 0.23 |
| Hex | 18 | 9 | 6B | 4E | 5C | 0 | 3A | F9 | 54 | 17 |
| Octal | 30 | 11 | 153 | 116 | 134 | 0 | 72 | 371 | 124 | 27 |
| Binary | 11000 | 1001 | 1101011 | 1001110 | 1011100 | 0 | 111010 | 11111001 | 1010100 | 10111 |
Color Harmonies of #18096B
Complementary color
Monochromatic Colors of #18096B
Black with #18096B
Text Example
Text Example
White with #18096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18096B; }
p { color: rgb(24,9,107); }
H1.HeaderClassName
{
color: #18096B;
}
.AnyTagClassName
{
color: #18096B;
}
</style>
background-color css
<style>
a { background-color: #18096B; }
a { background-color: rgb(24,9,107); }
div.DivClassName
{
background-color: #18096B;
}
.BgClassName
{
background-color: #18096B;
}
</style>
border-color css
<style>
span { border-color: #18096B; }
span { border-color: rgb(24,9,107); }
td.TdClassName
{
border-color: #18096B;
}
.TagClassName
{
border-color: #18096B;
}
</style>