Shades of Midnight Blue #14135A
Tints of Midnight Blue #14135A
RGB
CMYK
RGB Variations
Color information
#14135A (or 0x14135A) is known color: Midnight Blue. HEX triplet: 14, 13 and 5A. RGB value is (20,19,90). Sum of RGB (Red+Green+Blue) = 20+19+90=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #14135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14135A is #EBECA5. Grayscale: #1B1B1B. Windows color (decimal): -15461542 or 5903124. OLE color: 5903124.
HSL color Cylindrical-coordinate representation of color #14135A: hue angle of 240.85º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14135A is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 19 | 90 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.65 |
| HSL | 240.85º | 0.65% | 0.21% | - |
| HSV(B) | 240.85º | 0.79% | 0.35% | - |
| XYZ | 2.37 | 1.35 | 9.81 | - |
| YUV | 27.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 90 | 0.78 | 0.79 | 0 | 0.65 | 240.85 | 0.65 | 0.21 |
| Hex | 14 | 13 | 5A | 4E | 4F | 0 | 41 | F1 | 41 | 15 |
| Octal | 24 | 23 | 132 | 116 | 117 | 0 | 101 | 361 | 101 | 25 |
| Binary | 10100 | 10011 | 1011010 | 1001110 | 1001111 | 0 | 1000001 | 11110001 | 1000001 | 10101 |
Color Harmonies of #14135A
Complementary color
Monochromatic Colors of #14135A
Black with #14135A
Text Example
Text Example
White with #14135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14135A; }
p { color: rgb(20,19,90); }
H1.HeaderClassName
{
color: #14135A;
}
.AnyTagClassName
{
color: #14135A;
}
</style>
background-color css
<style>
a { background-color: #14135A; }
a { background-color: rgb(20,19,90); }
div.DivClassName
{
background-color: #14135A;
}
.BgClassName
{
background-color: #14135A;
}
</style>
border-color css
<style>
span { border-color: #14135A; }
span { border-color: rgb(20,19,90); }
td.TdClassName
{
border-color: #14135A;
}
.TagClassName
{
border-color: #14135A;
}
</style>