Shades of Midnight Blue #14226D
Tints of Midnight Blue #14226D
RGB
CMYK
RGB Variations
Color information
#14226D (or 0x14226D) is known color: Midnight Blue. HEX triplet: 14, 22 and 6D. RGB value is (20,34,109). Sum of RGB (Red+Green+Blue) = 20+34+109=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #14226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14226D is #EBDD92. Grayscale: #262626. Windows color (decimal): -15457683 or 7152148. OLE color: 7152148.
HSL color Cylindrical-coordinate representation of color #14226D: hue angle of 230.56º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14226D is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 34 | 109 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.57 |
| HSL | 230.56º | 0.69% | 0.25% | - |
| HSV(B) | 230.56º | 0.82% | 0.43% | - |
| XYZ | 3.62 | 2.4 | 14.74 | - |
| YUV | 38.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 109 | 0.82 | 0.69 | 0 | 0.57 | 230.56 | 0.69 | 0.25 |
| Hex | 14 | 22 | 6D | 52 | 45 | 0 | 39 | E7 | 45 | 19 |
| Octal | 24 | 42 | 155 | 122 | 105 | 0 | 71 | 347 | 105 | 31 |
| Binary | 10100 | 100010 | 1101101 | 1010010 | 1000101 | 0 | 111001 | 11100111 | 1000101 | 11001 |
Color Harmonies of #14226D
Complementary color
Monochromatic Colors of #14226D
Black with #14226D
Text Example
Text Example
White with #14226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14226D; }
p { color: rgb(20,34,109); }
H1.HeaderClassName
{
color: #14226D;
}
.AnyTagClassName
{
color: #14226D;
}
</style>
background-color css
<style>
a { background-color: #14226D; }
a { background-color: rgb(20,34,109); }
div.DivClassName
{
background-color: #14226D;
}
.BgClassName
{
background-color: #14226D;
}
</style>
border-color css
<style>
span { border-color: #14226D; }
span { border-color: rgb(20,34,109); }
td.TdClassName
{
border-color: #14226D;
}
.TagClassName
{
border-color: #14226D;
}
</style>