Shades of Midnight Blue #14185B
Tints of Midnight Blue #14185B
RGB
CMYK
RGB Variations
Color information
#14185B (or 0x14185B) is known color: Midnight Blue. HEX triplet: 14, 18 and 5B. RGB value is (20,24,91). Sum of RGB (Red+Green+Blue) = 20+24+91=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #14185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14185B is #EBE7A4. Grayscale: #1E1E1E. Windows color (decimal): -15460261 or 5969940. OLE color: 5969940.
HSL color Cylindrical-coordinate representation of color #14185B: hue angle of 236.62º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14185B is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 24 | 91 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.64 |
| HSL | 236.62º | 0.64% | 0.22% | - |
| HSV(B) | 236.62º | 0.78% | 0.36% | - |
| XYZ | 2.5 | 1.56 | 10.07 | - |
| YUV | 30.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 91 | 0.78 | 0.74 | 0 | 0.64 | 236.62 | 0.64 | 0.22 |
| Hex | 14 | 18 | 5B | 4E | 4A | 0 | 40 | ED | 40 | 16 |
| Octal | 24 | 30 | 133 | 116 | 112 | 0 | 100 | 355 | 100 | 26 |
| Binary | 10100 | 11000 | 1011011 | 1001110 | 1001010 | 0 | 1000000 | 11101101 | 1000000 | 10110 |
Color Harmonies of #14185B
Complementary color
Monochromatic Colors of #14185B
Black with #14185B
Text Example
Text Example
White with #14185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14185B; }
p { color: rgb(20,24,91); }
H1.HeaderClassName
{
color: #14185B;
}
.AnyTagClassName
{
color: #14185B;
}
</style>
background-color css
<style>
a { background-color: #14185B; }
a { background-color: rgb(20,24,91); }
div.DivClassName
{
background-color: #14185B;
}
.BgClassName
{
background-color: #14185B;
}
</style>
border-color css
<style>
span { border-color: #14185B; }
span { border-color: rgb(20,24,91); }
td.TdClassName
{
border-color: #14185B;
}
.TagClassName
{
border-color: #14185B;
}
</style>