Shades of Midnight Blue #18085A
Tints of Midnight Blue #18085A
RGB
CMYK
RGB Variations
Color information
#18085A (or 0x18085A) is known color: Midnight Blue. HEX triplet: 18, 08 and 5A. RGB value is (24,8,90). Sum of RGB (Red+Green+Blue) = 24+8+90=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #18085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18085A is #E7F7A5. Grayscale: #151515. Windows color (decimal): -15202214 or 5900312. OLE color: 5900312.
HSL color Cylindrical-coordinate representation of color #18085A: hue angle of 251.71º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18085A is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 8 | 90 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.65 |
| HSL | 251.71º | 0.84% | 0.19% | - |
| HSV(B) | 251.71º | 0.91% | 0.35% | - |
| XYZ | 2.31 | 1.11 | 9.76 | - |
| YUV | 22.13 | 166.3 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 90 | 0.73 | 0.91 | 0 | 0.65 | 251.71 | 0.84 | 0.19 |
| Hex | 18 | 8 | 5A | 49 | 5B | 0 | 41 | FC | 54 | 13 |
| Octal | 30 | 10 | 132 | 111 | 133 | 0 | 101 | 374 | 124 | 23 |
| Binary | 11000 | 1000 | 1011010 | 1001001 | 1011011 | 0 | 1000001 | 11111100 | 1010100 | 10011 |
Color Harmonies of #18085A
Complementary color
Monochromatic Colors of #18085A
Black with #18085A
Text Example
Text Example
White with #18085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18085A; }
p { color: rgb(24,8,90); }
H1.HeaderClassName
{
color: #18085A;
}
.AnyTagClassName
{
color: #18085A;
}
</style>
background-color css
<style>
a { background-color: #18085A; }
a { background-color: rgb(24,8,90); }
div.DivClassName
{
background-color: #18085A;
}
.BgClassName
{
background-color: #18085A;
}
</style>
border-color css
<style>
span { border-color: #18085A; }
span { border-color: rgb(24,8,90); }
td.TdClassName
{
border-color: #18085A;
}
.TagClassName
{
border-color: #18085A;
}
</style>