Shades of Midnight Blue #18055C
Tints of Midnight Blue #18055C
RGB
CMYK
RGB Variations
Color information
#18055C (or 0x18055C) is known color: Midnight Blue. HEX triplet: 18, 05 and 5C. RGB value is (24,5,92). Sum of RGB (Red+Green+Blue) = 24+5+92=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #18055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18055C is #E7FAA3. Grayscale: #141414. Windows color (decimal): -15202980 or 6030616. OLE color: 6030616.
HSL color Cylindrical-coordinate representation of color #18055C: hue angle of 253.1º 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 #18055C is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 5 | 92 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.64 |
| HSL | 253.1º | 0.9% | 0.19% | - |
| HSV(B) | 253.1º | 0.95% | 0.36% | - |
| XYZ | 2.36 | 1.08 | 10.21 | - |
| YUV | 20.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 92 | 0.74 | 0.95 | 0 | 0.64 | 253.1 | 0.9 | 0.19 |
| Hex | 18 | 5 | 5C | 4A | 5F | 0 | 40 | FD | 5A | 13 |
| Octal | 30 | 5 | 134 | 112 | 137 | 0 | 100 | 375 | 132 | 23 |
| Binary | 11000 | 101 | 1011100 | 1001010 | 1011111 | 0 | 1000000 | 11111101 | 1011010 | 10011 |
Color Harmonies of #18055C
Complementary color
Monochromatic Colors of #18055C
Black with #18055C
Text Example
Text Example
White with #18055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18055C; }
p { color: rgb(24,5,92); }
H1.HeaderClassName
{
color: #18055C;
}
.AnyTagClassName
{
color: #18055C;
}
</style>
background-color css
<style>
a { background-color: #18055C; }
a { background-color: rgb(24,5,92); }
div.DivClassName
{
background-color: #18055C;
}
.BgClassName
{
background-color: #18055C;
}
</style>
border-color css
<style>
span { border-color: #18055C; }
span { border-color: rgb(24,5,92); }
td.TdClassName
{
border-color: #18055C;
}
.TagClassName
{
border-color: #18055C;
}
</style>