Shades of Midnight Blue #18175B
Tints of Midnight Blue #18175B
RGB
CMYK
RGB Variations
Color information
#18175B (or 0x18175B) is known color: Midnight Blue. HEX triplet: 18, 17 and 5B. RGB value is (24,23,91). Sum of RGB (Red+Green+Blue) = 24+23+91=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #18175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18175B is #E7E8A4. Grayscale: #1E1E1E. Windows color (decimal): -15198373 or 5969688. OLE color: 5969688.
HSL color Cylindrical-coordinate representation of color #18175B: hue angle of 240.88º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18175B is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 23 | 91 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.64 |
| HSL | 240.88º | 0.6% | 0.22% | - |
| HSV(B) | 240.88º | 0.75% | 0.36% | - |
| XYZ | 2.57 | 1.56 | 10.06 | - |
| YUV | 31.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 91 | 0.74 | 0.75 | 0 | 0.64 | 240.88 | 0.6 | 0.22 |
| Hex | 18 | 17 | 5B | 4A | 4B | 0 | 40 | F1 | 3C | 16 |
| Octal | 30 | 27 | 133 | 112 | 113 | 0 | 100 | 361 | 74 | 26 |
| Binary | 11000 | 10111 | 1011011 | 1001010 | 1001011 | 0 | 1000000 | 11110001 | 111100 | 10110 |
Color Harmonies of #18175B
Complementary color
Monochromatic Colors of #18175B
Black with #18175B
Text Example
Text Example
White with #18175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18175B; }
p { color: rgb(24,23,91); }
H1.HeaderClassName
{
color: #18175B;
}
.AnyTagClassName
{
color: #18175B;
}
</style>
background-color css
<style>
a { background-color: #18175B; }
a { background-color: rgb(24,23,91); }
div.DivClassName
{
background-color: #18175B;
}
.BgClassName
{
background-color: #18175B;
}
</style>
border-color css
<style>
span { border-color: #18175B; }
span { border-color: rgb(24,23,91); }
td.TdClassName
{
border-color: #18175B;
}
.TagClassName
{
border-color: #18175B;
}
</style>