Shades of Midnight Blue #18256C
Tints of Midnight Blue #18256C
RGB
CMYK
RGB Variations
Color information
#18256C (or 0x18256C) is known color: Midnight Blue. HEX triplet: 18, 25 and 6C. RGB value is (24,37,108). Sum of RGB (Red+Green+Blue) = 24+37+108=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #18256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18256C is #E7DA93. Grayscale: #282828. Windows color (decimal): -15194772 or 7087384. OLE color: 7087384.
HSL color Cylindrical-coordinate representation of color #18256C: hue angle of 230.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18256C is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 37 | 108 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.58 |
| HSL | 230.71º | 0.64% | 0.26% | - |
| HSV(B) | 230.71º | 0.78% | 0.42% | - |
| XYZ | 3.75 | 2.6 | 14.49 | - |
| YUV | 41.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 108 | 0.78 | 0.66 | 0 | 0.58 | 230.71 | 0.64 | 0.26 |
| Hex | 18 | 25 | 6C | 4E | 42 | 0 | 3A | E7 | 40 | 1A |
| Octal | 30 | 45 | 154 | 116 | 102 | 0 | 72 | 347 | 100 | 32 |
| Binary | 11000 | 100101 | 1101100 | 1001110 | 1000010 | 0 | 111010 | 11100111 | 1000000 | 11010 |
Color Harmonies of #18256C
Complementary color
Monochromatic Colors of #18256C
Black with #18256C
Text Example
Text Example
White with #18256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18256C; }
p { color: rgb(24,37,108); }
H1.HeaderClassName
{
color: #18256C;
}
.AnyTagClassName
{
color: #18256C;
}
</style>
background-color css
<style>
a { background-color: #18256C; }
a { background-color: rgb(24,37,108); }
div.DivClassName
{
background-color: #18256C;
}
.BgClassName
{
background-color: #18256C;
}
</style>
border-color css
<style>
span { border-color: #18256C; }
span { border-color: rgb(24,37,108); }
td.TdClassName
{
border-color: #18256C;
}
.TagClassName
{
border-color: #18256C;
}
</style>