Shades of Midnight Blue #14195C
Tints of Midnight Blue #14195C
RGB
CMYK
RGB Variations
Color information
#14195C (or 0x14195C) is known color: Midnight Blue. HEX triplet: 14, 19 and 5C. RGB value is (20,25,92). Sum of RGB (Red+Green+Blue) = 20+25+92=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #14195C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14195C is #EBE6A3. Grayscale: #1E1E1E. Windows color (decimal): -15460004 or 6035732. OLE color: 6035732.
HSL color Cylindrical-coordinate representation of color #14195C: hue angle of 235.83º 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 #14195C is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 25 | 92 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.64 |
| HSL | 235.83º | 0.64% | 0.22% | - |
| HSV(B) | 235.83º | 0.78% | 0.36% | - |
| XYZ | 2.57 | 1.62 | 10.3 | - |
| YUV | 31.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 92 | 0.78 | 0.73 | 0 | 0.64 | 235.83 | 0.64 | 0.22 |
| Hex | 14 | 19 | 5C | 4E | 49 | 0 | 40 | EC | 40 | 16 |
| Octal | 24 | 31 | 134 | 116 | 111 | 0 | 100 | 354 | 100 | 26 |
| Binary | 10100 | 11001 | 1011100 | 1001110 | 1001001 | 0 | 1000000 | 11101100 | 1000000 | 10110 |
Color Harmonies of #14195C
Complementary color
Monochromatic Colors of #14195C
Black with #14195C
Text Example
Text Example
White with #14195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14195C; }
p { color: rgb(20,25,92); }
H1.HeaderClassName
{
color: #14195C;
}
.AnyTagClassName
{
color: #14195C;
}
</style>
background-color css
<style>
a { background-color: #14195C; }
a { background-color: rgb(20,25,92); }
div.DivClassName
{
background-color: #14195C;
}
.BgClassName
{
background-color: #14195C;
}
</style>
border-color css
<style>
span { border-color: #14195C; }
span { border-color: rgb(20,25,92); }
td.TdClassName
{
border-color: #14195C;
}
.TagClassName
{
border-color: #14195C;
}
</style>