Shades of Midnight Blue #18085E
Tints of Midnight Blue #18085E
RGB
CMYK
RGB Variations
Color information
#18085E (or 0x18085E) is known color: Midnight Blue. HEX triplet: 18, 08 and 5E. RGB value is (24,8,94). Sum of RGB (Red+Green+Blue) = 24+8+94=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #18085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18085E is #E7F7A1. Grayscale: #161616. Windows color (decimal): -15202210 or 6162456. OLE color: 6162456.
HSL color Cylindrical-coordinate representation of color #18085E: hue angle of 251.16º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18085E is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 24 | 8 | 94 | - |
CMYK | 0.74 | 0.91 | 0 | 0.63 |
HSL | 251.16º | 0.84% | 0.2% | - |
HSV(B) | 251.16º | 0.91% | 0.37% | - |
XYZ | 2.48 | 1.18 | 10.69 | - |
YUV | 22.59 | 168.3 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 8 | 94 | 0.74 | 0.91 | 0 | 0.63 | 251.16 | 0.84 | 0.2 |
Hex | 18 | 8 | 5E | 4A | 5B | 0 | 3F | FB | 54 | 14 |
Octal | 30 | 10 | 136 | 112 | 133 | 0 | 77 | 373 | 124 | 24 |
Binary | 11000 | 1000 | 1011110 | 1001010 | 1011011 | 0 | 111111 | 11111011 | 1010100 | 10100 |
Color Harmonies of #18085E
Complementary color
Monochromatic Colors of #18085E
Black with #18085E
Text Example
Text Example
White with #18085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18085E; }
p { color: rgb(24,8,94); }
H1.HeaderClassName
{
color: #18085E;
}
.AnyTagClassName
{
color: #18085E;
}
</style>
background-color css
<style>
a { background-color: #18085E; }
a { background-color: rgb(24,8,94); }
div.DivClassName
{
background-color: #18085E;
}
.BgClassName
{
background-color: #18085E;
}
</style>
border-color css
<style>
span { border-color: #18085E; }
span { border-color: rgb(24,8,94); }
td.TdClassName
{
border-color: #18085E;
}
.TagClassName
{
border-color: #18085E;
}
</style>