Shades of Midnight Blue #18095B
Tints of Midnight Blue #18095B
RGB
CMYK
RGB Variations
Color information
#18095B (or 0x18095B) is known color: Midnight Blue. HEX triplet: 18, 09 and 5B. RGB value is (24,9,91). Sum of RGB (Red+Green+Blue) = 24+9+91=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #18095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18095B is #E7F6A4. Grayscale: #161616. Windows color (decimal): -15201957 or 5966104. OLE color: 5966104.
HSL color Cylindrical-coordinate representation of color #18095B: hue angle of 250.98º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18095B is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 9 | 91 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.64 |
| HSL | 250.98º | 0.82% | 0.2% | - |
| HSV(B) | 250.98º | 0.9% | 0.36% | - |
| XYZ | 2.36 | 1.14 | 9.99 | - |
| YUV | 22.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 91 | 0.74 | 0.90 | 0 | 0.64 | 250.98 | 0.82 | 0.2 |
| Hex | 18 | 9 | 5B | 4A | 5A | 0 | 40 | FB | 52 | 14 |
| Octal | 30 | 11 | 133 | 112 | 132 | 0 | 100 | 373 | 122 | 24 |
| Binary | 11000 | 1001 | 1011011 | 1001010 | 1011010 | 0 | 1000000 | 11111011 | 1010010 | 10100 |
Color Harmonies of #18095B
Complementary color
Monochromatic Colors of #18095B
Black with #18095B
Text Example
Text Example
White with #18095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18095B; }
p { color: rgb(24,9,91); }
H1.HeaderClassName
{
color: #18095B;
}
.AnyTagClassName
{
color: #18095B;
}
</style>
background-color css
<style>
a { background-color: #18095B; }
a { background-color: rgb(24,9,91); }
div.DivClassName
{
background-color: #18095B;
}
.BgClassName
{
background-color: #18095B;
}
</style>
border-color css
<style>
span { border-color: #18095B; }
span { border-color: rgb(24,9,91); }
td.TdClassName
{
border-color: #18095B;
}
.TagClassName
{
border-color: #18095B;
}
</style>