Shades of Midnight Blue #120454
Tints of Midnight Blue #120454
RGB
CMYK
RGB Variations
Color information
#120454 (or 0x120454) is known color: Midnight Blue. HEX triplet: 12, 04 and 54. RGB value is (18,4,84). Sum of RGB (Red+Green+Blue) = 18+4+84=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #120454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120454 is #EDFBAB. Grayscale: #111111. Windows color (decimal): -15596460 or 5506066. OLE color: 5506066.
HSL color Cylindrical-coordinate representation of color #120454: hue angle of 250.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120454 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 4 | 84 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.67 |
| HSL | 250.5º | 0.91% | 0.17% | - |
| HSV(B) | 250.5º | 0.95% | 0.33% | - |
| XYZ | 1.89 | 0.86 | 8.45 | - |
| YUV | 17.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 84 | 0.79 | 0.95 | 0 | 0.67 | 250.5 | 0.91 | 0.17 |
| Hex | 12 | 4 | 54 | 4F | 5F | 0 | 43 | FB | 5B | 11 |
| Octal | 22 | 4 | 124 | 117 | 137 | 0 | 103 | 373 | 133 | 21 |
| Binary | 10010 | 100 | 1010100 | 1001111 | 1011111 | 0 | 1000011 | 11111011 | 1011011 | 10001 |
Color Harmonies of #120454
Complementary color
Monochromatic Colors of #120454
Black with #120454
Text Example
Text Example
White with #120454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120454; }
p { color: rgb(18,4,84); }
H1.HeaderClassName
{
color: #120454;
}
.AnyTagClassName
{
color: #120454;
}
</style>
background-color css
<style>
a { background-color: #120454; }
a { background-color: rgb(18,4,84); }
div.DivClassName
{
background-color: #120454;
}
.BgClassName
{
background-color: #120454;
}
</style>
border-color css
<style>
span { border-color: #120454; }
span { border-color: rgb(18,4,84); }
td.TdClassName
{
border-color: #120454;
}
.TagClassName
{
border-color: #120454;
}
</style>