Shades of Midnight Blue #18225F
Tints of Midnight Blue #18225F
RGB
CMYK
RGB Variations
Color information
#18225F (or 0x18225F) is known color: Midnight Blue. HEX triplet: 18, 22 and 5F. RGB value is (24,34,95). Sum of RGB (Red+Green+Blue) = 24+34+95=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #18225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18225F is #E7DDA0. Grayscale: #252525. Windows color (decimal): -15195553 or 6234648. OLE color: 6234648.
HSL color Cylindrical-coordinate representation of color #18225F: hue angle of 231.55º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18225F is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 34 | 95 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.63 |
| HSL | 231.55º | 0.6% | 0.23% | - |
| HSV(B) | 231.55º | 0.75% | 0.37% | - |
| XYZ | 3.01 | 2.16 | 11.09 | - |
| YUV | 37.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 95 | 0.75 | 0.64 | 0 | 0.63 | 231.55 | 0.6 | 0.23 |
| Hex | 18 | 22 | 5F | 4B | 40 | 0 | 3F | E8 | 3C | 17 |
| Octal | 30 | 42 | 137 | 113 | 100 | 0 | 77 | 350 | 74 | 27 |
| Binary | 11000 | 100010 | 1011111 | 1001011 | 1000000 | 0 | 111111 | 11101000 | 111100 | 10111 |
Color Harmonies of #18225F
Complementary color
Monochromatic Colors of #18225F
Black with #18225F
Text Example
Text Example
White with #18225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18225F; }
p { color: rgb(24,34,95); }
H1.HeaderClassName
{
color: #18225F;
}
.AnyTagClassName
{
color: #18225F;
}
</style>
background-color css
<style>
a { background-color: #18225F; }
a { background-color: rgb(24,34,95); }
div.DivClassName
{
background-color: #18225F;
}
.BgClassName
{
background-color: #18225F;
}
</style>
border-color css
<style>
span { border-color: #18225F; }
span { border-color: rgb(24,34,95); }
td.TdClassName
{
border-color: #18225F;
}
.TagClassName
{
border-color: #18225F;
}
</style>