Shades of Midnight Blue #18055D
Tints of Midnight Blue #18055D
RGB
CMYK
RGB Variations
Color information
#18055D (or 0x18055D) is known color: Midnight Blue. HEX triplet: 18, 05 and 5D. RGB value is (24,5,93). Sum of RGB (Red+Green+Blue) = 24+5+93=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #18055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18055D is #E7FAA2. Grayscale: #141414. Windows color (decimal): -15202979 or 6096152. OLE color: 6096152.
HSL color Cylindrical-coordinate representation of color #18055D: hue angle of 252.95º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18055D is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 5 | 93 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.64 |
| HSL | 252.95º | 0.9% | 0.19% | - |
| HSV(B) | 252.95º | 0.95% | 0.36% | - |
| XYZ | 2.41 | 1.09 | 10.44 | - |
| YUV | 20.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 93 | 0.74 | 0.95 | 0 | 0.64 | 252.95 | 0.9 | 0.19 |
| Hex | 18 | 5 | 5D | 4A | 5F | 0 | 40 | FD | 5A | 13 |
| Octal | 30 | 5 | 135 | 112 | 137 | 0 | 100 | 375 | 132 | 23 |
| Binary | 11000 | 101 | 1011101 | 1001010 | 1011111 | 0 | 1000000 | 11111101 | 1011010 | 10011 |
Color Harmonies of #18055D
Complementary color
Monochromatic Colors of #18055D
Black with #18055D
Text Example
Text Example
White with #18055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18055D; }
p { color: rgb(24,5,93); }
H1.HeaderClassName
{
color: #18055D;
}
.AnyTagClassName
{
color: #18055D;
}
</style>
background-color css
<style>
a { background-color: #18055D; }
a { background-color: rgb(24,5,93); }
div.DivClassName
{
background-color: #18055D;
}
.BgClassName
{
background-color: #18055D;
}
</style>
border-color css
<style>
span { border-color: #18055D; }
span { border-color: rgb(24,5,93); }
td.TdClassName
{
border-color: #18055D;
}
.TagClassName
{
border-color: #18055D;
}
</style>