Shades of Midnight Blue #121758
Tints of Midnight Blue #121758
RGB
CMYK
RGB Variations
Color information
#121758 (or 0x121758) is known color: Midnight Blue. HEX triplet: 12, 17 and 58. RGB value is (18,23,88). Sum of RGB (Red+Green+Blue) = 18+23+88=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #121758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121758 is #EDE8A7. Grayscale: #1C1C1C. Windows color (decimal): -15591592 or 5773074. OLE color: 5773074.
HSL color Cylindrical-coordinate representation of color #121758: hue angle of 235.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121758 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 23 | 88 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.65 |
| HSL | 235.71º | 0.66% | 0.21% | - |
| HSV(B) | 235.71º | 0.8% | 0.35% | - |
| XYZ | 2.32 | 1.45 | 9.39 | - |
| YUV | 28.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 88 | 0.80 | 0.74 | 0 | 0.65 | 235.71 | 0.66 | 0.21 |
| Hex | 12 | 17 | 58 | 50 | 4A | 0 | 41 | EC | 42 | 15 |
| Octal | 22 | 27 | 130 | 120 | 112 | 0 | 101 | 354 | 102 | 25 |
| Binary | 10010 | 10111 | 1011000 | 1010000 | 1001010 | 0 | 1000001 | 11101100 | 1000010 | 10101 |
Color Harmonies of #121758
Complementary color
Monochromatic Colors of #121758
Black with #121758
Text Example
Text Example
White with #121758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121758; }
p { color: rgb(18,23,88); }
H1.HeaderClassName
{
color: #121758;
}
.AnyTagClassName
{
color: #121758;
}
</style>
background-color css
<style>
a { background-color: #121758; }
a { background-color: rgb(18,23,88); }
div.DivClassName
{
background-color: #121758;
}
.BgClassName
{
background-color: #121758;
}
</style>
border-color css
<style>
span { border-color: #121758; }
span { border-color: rgb(18,23,88); }
td.TdClassName
{
border-color: #121758;
}
.TagClassName
{
border-color: #121758;
}
</style>