Shades of Midnight Blue #18256E
Tints of Midnight Blue #18256E
RGB
CMYK
RGB Variations
Color information
#18256E (or 0x18256E) is known color: Midnight Blue. HEX triplet: 18, 25 and 6E. RGB value is (24,37,110). Sum of RGB (Red+Green+Blue) = 24+37+110=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #18256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18256E is #E7DA91. Grayscale: #292929. Windows color (decimal): -15194770 or 7218456. OLE color: 7218456.
HSL color Cylindrical-coordinate representation of color #18256E: hue angle of 230.93º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18256E is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 37 | 110 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.57 |
| HSL | 230.93º | 0.64% | 0.26% | - |
| HSV(B) | 230.93º | 0.78% | 0.43% | - |
| XYZ | 3.85 | 2.64 | 15.06 | - |
| YUV | 41.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 110 | 0.78 | 0.66 | 0 | 0.57 | 230.93 | 0.64 | 0.26 |
| Hex | 18 | 25 | 6E | 4E | 42 | 0 | 39 | E7 | 40 | 1A |
| Octal | 30 | 45 | 156 | 116 | 102 | 0 | 71 | 347 | 100 | 32 |
| Binary | 11000 | 100101 | 1101110 | 1001110 | 1000010 | 0 | 111001 | 11100111 | 1000000 | 11010 |
Color Harmonies of #18256E
Complementary color
Monochromatic Colors of #18256E
Black with #18256E
Text Example
Text Example
White with #18256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18256E; }
p { color: rgb(24,37,110); }
H1.HeaderClassName
{
color: #18256E;
}
.AnyTagClassName
{
color: #18256E;
}
</style>
background-color css
<style>
a { background-color: #18256E; }
a { background-color: rgb(24,37,110); }
div.DivClassName
{
background-color: #18256E;
}
.BgClassName
{
background-color: #18256E;
}
</style>
border-color css
<style>
span { border-color: #18256E; }
span { border-color: rgb(24,37,110); }
td.TdClassName
{
border-color: #18256E;
}
.TagClassName
{
border-color: #18256E;
}
</style>