Shades of Midnight Blue #14257E
Tints of Midnight Blue #14257E
RGB
CMYK
RGB Variations
Color information
#14257E (or 0x14257E) is known color: Midnight Blue. HEX triplet: 14, 25 and 7E. RGB value is (20,37,126). Sum of RGB (Red+Green+Blue) = 20+37+126=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 126 (49.61% from 255 or 68.85% from 183); Max value from RGB is 126 - color contains mainly: blue. Hex color #14257E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14257E is #EBDA81. Grayscale: #292929. Windows color (decimal): -15456898 or 8267028. OLE color: 8267028.
HSL color Cylindrical-coordinate representation of color #14257E: hue angle of 230.38º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14257E is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 37 | 126 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.51 |
| HSL | 230.38º | 0.73% | 0.29% | - |
| HSV(B) | 230.38º | 0.84% | 0.49% | - |
| XYZ | 4.72 | 2.98 | 20.06 | - |
| YUV | 42.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 126 | 0.84 | 0.71 | 0 | 0.51 | 230.38 | 0.73 | 0.29 |
| Hex | 14 | 25 | 7E | 54 | 47 | 0 | 33 | E6 | 49 | 1D |
| Octal | 24 | 45 | 176 | 124 | 107 | 0 | 63 | 346 | 111 | 35 |
| Binary | 10100 | 100101 | 1111110 | 1010100 | 1000111 | 0 | 110011 | 11100110 | 1001001 | 11101 |
Color Harmonies of #14257E
Complementary color
Monochromatic Colors of #14257E
Black with #14257E
Text Example
Text Example
White with #14257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14257E; }
p { color: rgb(20,37,126); }
H1.HeaderClassName
{
color: #14257E;
}
.AnyTagClassName
{
color: #14257E;
}
</style>
background-color css
<style>
a { background-color: #14257E; }
a { background-color: rgb(20,37,126); }
div.DivClassName
{
background-color: #14257E;
}
.BgClassName
{
background-color: #14257E;
}
</style>
border-color css
<style>
span { border-color: #14257E; }
span { border-color: rgb(20,37,126); }
td.TdClassName
{
border-color: #14257E;
}
.TagClassName
{
border-color: #14257E;
}
</style>