Shades of Midnight Blue #14248A
Tints of Midnight Blue #14248A
RGB
CMYK
RGB Variations
Color information
#14248A (or 0x14248A) is known color: Midnight Blue. HEX triplet: 14, 24 and 8A. RGB value is (20,36,138). Sum of RGB (Red+Green+Blue) = 20+36+138=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #14248A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14248A is #EBDB75. Grayscale: #2A2A2A. Windows color (decimal): -15457142 or 9053204. OLE color: 9053204.
HSL color Cylindrical-coordinate representation of color #14248A: hue angle of 231.86º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14248A is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 36 | 138 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.46 |
| HSL | 231.86º | 0.75% | 0.31% | - |
| HSV(B) | 231.86º | 0.86% | 0.54% | - |
| XYZ | 5.51 | 3.25 | 24.38 | - |
| YUV | 42.84 | 181.7 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 138 | 0.86 | 0.74 | 0 | 0.46 | 231.86 | 0.75 | 0.31 |
| Hex | 14 | 24 | 8A | 56 | 4A | 0 | 2E | E8 | 4B | 1F |
| Octal | 24 | 44 | 212 | 126 | 112 | 0 | 56 | 350 | 113 | 37 |
| Binary | 10100 | 100100 | 10001010 | 1010110 | 1001010 | 0 | 101110 | 11101000 | 1001011 | 11111 |
Color Harmonies of #14248A
Complementary color
Monochromatic Colors of #14248A
Black with #14248A
Text Example
Text Example
White with #14248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14248A; }
p { color: rgb(20,36,138); }
H1.HeaderClassName
{
color: #14248A;
}
.AnyTagClassName
{
color: #14248A;
}
</style>
background-color css
<style>
a { background-color: #14248A; }
a { background-color: rgb(20,36,138); }
div.DivClassName
{
background-color: #14248A;
}
.BgClassName
{
background-color: #14248A;
}
</style>
border-color css
<style>
span { border-color: #14248A; }
span { border-color: rgb(20,36,138); }
td.TdClassName
{
border-color: #14248A;
}
.TagClassName
{
border-color: #14248A;
}
</style>