Shades of Midnight Blue #18085F
Tints of Midnight Blue #18085F
RGB
CMYK
RGB Variations
Color information
#18085F (or 0x18085F) is known color: Midnight Blue. HEX triplet: 18, 08 and 5F. RGB value is (24,8,95). Sum of RGB (Red+Green+Blue) = 24+8+95=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 95 (37.5% from 255 or 74.80% from 127); Max value from RGB is 95 - color contains mainly: blue. Hex color #18085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18085F is #E7F7A0. Grayscale: #161616. Windows color (decimal): -15202209 or 6227992. OLE color: 6227992.
HSL color Cylindrical-coordinate representation of color #18085F: hue angle of 251.03º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18085F is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 8 | 95 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.63 |
| HSL | 251.03º | 0.84% | 0.2% | - |
| HSV(B) | 251.03º | 0.92% | 0.37% | - |
| XYZ | 2.53 | 1.19 | 10.92 | - |
| YUV | 22.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 95 | 0.75 | 0.92 | 0 | 0.63 | 251.03 | 0.84 | 0.2 |
| Hex | 18 | 8 | 5F | 4B | 5C | 0 | 3F | FB | 54 | 14 |
| Octal | 30 | 10 | 137 | 113 | 134 | 0 | 77 | 373 | 124 | 24 |
| Binary | 11000 | 1000 | 1011111 | 1001011 | 1011100 | 0 | 111111 | 11111011 | 1010100 | 10100 |
Color Harmonies of #18085F
Complementary color
Monochromatic Colors of #18085F
Black with #18085F
Text Example
Text Example
White with #18085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18085F; }
p { color: rgb(24,8,95); }
H1.HeaderClassName
{
color: #18085F;
}
.AnyTagClassName
{
color: #18085F;
}
</style>
background-color css
<style>
a { background-color: #18085F; }
a { background-color: rgb(24,8,95); }
div.DivClassName
{
background-color: #18085F;
}
.BgClassName
{
background-color: #18085F;
}
</style>
border-color css
<style>
span { border-color: #18085F; }
span { border-color: rgb(24,8,95); }
td.TdClassName
{
border-color: #18085F;
}
.TagClassName
{
border-color: #18085F;
}
</style>