Shades of Midnight Blue #18055B
Tints of Midnight Blue #18055B
RGB
CMYK
RGB Variations
Color information
#18055B (or 0x18055B) is known color: Midnight Blue. HEX triplet: 18, 05 and 5B. RGB value is (24,5,91). Sum of RGB (Red+Green+Blue) = 24+5+91=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #18055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18055B is #E7FAA4. Grayscale: #141414. Windows color (decimal): -15202981 or 5965080. OLE color: 5965080.
HSL color Cylindrical-coordinate representation of color #18055B: hue angle of 253.26º 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 #18055B is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 5 | 91 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.64 |
| HSL | 253.26º | 0.9% | 0.19% | - |
| HSV(B) | 253.26º | 0.95% | 0.36% | - |
| XYZ | 2.32 | 1.06 | 9.98 | - |
| YUV | 20.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 91 | 0.74 | 0.95 | 0 | 0.64 | 253.26 | 0.9 | 0.19 |
| Hex | 18 | 5 | 5B | 4A | 5F | 0 | 40 | FD | 5A | 13 |
| Octal | 30 | 5 | 133 | 112 | 137 | 0 | 100 | 375 | 132 | 23 |
| Binary | 11000 | 101 | 1011011 | 1001010 | 1011111 | 0 | 1000000 | 11111101 | 1011010 | 10011 |
Color Harmonies of #18055B
Complementary color
Monochromatic Colors of #18055B
Black with #18055B
Text Example
Text Example
White with #18055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18055B; }
p { color: rgb(24,5,91); }
H1.HeaderClassName
{
color: #18055B;
}
.AnyTagClassName
{
color: #18055B;
}
</style>
background-color css
<style>
a { background-color: #18055B; }
a { background-color: rgb(24,5,91); }
div.DivClassName
{
background-color: #18055B;
}
.BgClassName
{
background-color: #18055B;
}
</style>
border-color css
<style>
span { border-color: #18055B; }
span { border-color: rgb(24,5,91); }
td.TdClassName
{
border-color: #18055B;
}
.TagClassName
{
border-color: #18055B;
}
</style>