Shades of Midnight Blue #18165F
Tints of Midnight Blue #18165F
RGB
CMYK
RGB Variations
Color information
#18165F (or 0x18165F) is known color: Midnight Blue. HEX triplet: 18, 16 and 5F. RGB value is (24,22,95). Sum of RGB (Red+Green+Blue) = 24+22+95=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 95 (37.5% from 255 or 67.38% from 141); Max value from RGB is 95 - color contains mainly: blue. Hex color #18165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18165F is #E7E9A0. Grayscale: #1E1E1E. Windows color (decimal): -15198625 or 6231576. OLE color: 6231576.
HSL color Cylindrical-coordinate representation of color #18165F: hue angle of 241.64º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18165F is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 22 | 95 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.63 |
| HSL | 241.64º | 0.62% | 0.23% | - |
| HSV(B) | 241.64º | 0.77% | 0.37% | - |
| XYZ | 2.73 | 1.59 | 10.99 | - |
| YUV | 30.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 95 | 0.75 | 0.77 | 0 | 0.63 | 241.64 | 0.62 | 0.23 |
| Hex | 18 | 16 | 5F | 4B | 4D | 0 | 3F | F2 | 3E | 17 |
| Octal | 30 | 26 | 137 | 113 | 115 | 0 | 77 | 362 | 76 | 27 |
| Binary | 11000 | 10110 | 1011111 | 1001011 | 1001101 | 0 | 111111 | 11110010 | 111110 | 10111 |
Color Harmonies of #18165F
Complementary color
Monochromatic Colors of #18165F
Black with #18165F
Text Example
Text Example
White with #18165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18165F; }
p { color: rgb(24,22,95); }
H1.HeaderClassName
{
color: #18165F;
}
.AnyTagClassName
{
color: #18165F;
}
</style>
background-color css
<style>
a { background-color: #18165F; }
a { background-color: rgb(24,22,95); }
div.DivClassName
{
background-color: #18165F;
}
.BgClassName
{
background-color: #18165F;
}
</style>
border-color css
<style>
span { border-color: #18165F; }
span { border-color: rgb(24,22,95); }
td.TdClassName
{
border-color: #18165F;
}
.TagClassName
{
border-color: #18165F;
}
</style>