Shades of Midnight Blue #18085B
Tints of Midnight Blue #18085B
RGB
CMYK
RGB Variations
Color information
#18085B (or 0x18085B) is known color: Midnight Blue. HEX triplet: 18, 08 and 5B. RGB value is (24,8,91). Sum of RGB (Red+Green+Blue) = 24+8+91=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #18085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18085B is #E7F7A4. Grayscale: #151515. Windows color (decimal): -15202213 or 5965848. OLE color: 5965848.
HSL color Cylindrical-coordinate representation of color #18085B: hue angle of 251.57º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18085B is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 8 | 91 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.64 |
| HSL | 251.57º | 0.84% | 0.19% | - |
| HSV(B) | 251.57º | 0.91% | 0.36% | - |
| XYZ | 2.35 | 1.12 | 9.99 | - |
| YUV | 22.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 91 | 0.74 | 0.91 | 0 | 0.64 | 251.57 | 0.84 | 0.19 |
| Hex | 18 | 8 | 5B | 4A | 5B | 0 | 40 | FC | 54 | 13 |
| Octal | 30 | 10 | 133 | 112 | 133 | 0 | 100 | 374 | 124 | 23 |
| Binary | 11000 | 1000 | 1011011 | 1001010 | 1011011 | 0 | 1000000 | 11111100 | 1010100 | 10011 |
Color Harmonies of #18085B
Complementary color
Monochromatic Colors of #18085B
Black with #18085B
Text Example
Text Example
White with #18085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18085B; }
p { color: rgb(24,8,91); }
H1.HeaderClassName
{
color: #18085B;
}
.AnyTagClassName
{
color: #18085B;
}
</style>
background-color css
<style>
a { background-color: #18085B; }
a { background-color: rgb(24,8,91); }
div.DivClassName
{
background-color: #18085B;
}
.BgClassName
{
background-color: #18085B;
}
</style>
border-color css
<style>
span { border-color: #18085B; }
span { border-color: rgb(24,8,91); }
td.TdClassName
{
border-color: #18085B;
}
.TagClassName
{
border-color: #18085B;
}
</style>