Shades of Midnight Blue #121B80
Tints of Midnight Blue #121B80
RGB
CMYK
RGB Variations
Color information
#121B80 (or 0x121B80) is known color: Midnight Blue. HEX triplet: 12, 1B and 80. RGB value is (18,27,128). Sum of RGB (Red+Green+Blue) = 18+27+128=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #121B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121B80 is #EDE47F. Grayscale: #232323. Windows color (decimal): -15590528 or 8395538. OLE color: 8395538.
HSL color Cylindrical-coordinate representation of color #121B80: hue angle of 235.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121B80 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 27 | 128 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.50 |
| HSL | 235.09º | 0.75% | 0.29% | - |
| HSV(B) | 235.09º | 0.86% | 0.5% | - |
| XYZ | 4.54 | 2.47 | 20.66 | - |
| YUV | 35.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 128 | 0.86 | 0.79 | 0 | 0.50 | 235.09 | 0.75 | 0.29 |
| Hex | 12 | 1B | 80 | 56 | 4F | 0 | 32 | EB | 4B | 1D |
| Octal | 22 | 33 | 200 | 126 | 117 | 0 | 62 | 353 | 113 | 35 |
| Binary | 10010 | 11011 | 10000000 | 1010110 | 1001111 | 0 | 110010 | 11101011 | 1001011 | 11101 |
Color Harmonies of #121B80
Complementary color
Monochromatic Colors of #121B80
Black with #121B80
Text Example
Text Example
White with #121B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B80; }
p { color: rgb(18,27,128); }
H1.HeaderClassName
{
color: #121B80;
}
.AnyTagClassName
{
color: #121B80;
}
</style>
background-color css
<style>
a { background-color: #121B80; }
a { background-color: rgb(18,27,128); }
div.DivClassName
{
background-color: #121B80;
}
.BgClassName
{
background-color: #121B80;
}
</style>
border-color css
<style>
span { border-color: #121B80; }
span { border-color: rgb(18,27,128); }
td.TdClassName
{
border-color: #121B80;
}
.TagClassName
{
border-color: #121B80;
}
</style>