Shades of Midnight Blue #14226F
Tints of Midnight Blue #14226F
RGB
CMYK
RGB Variations
Color information
#14226F (or 0x14226F) is known color: Midnight Blue. HEX triplet: 14, 22 and 6F. RGB value is (20,34,111). Sum of RGB (Red+Green+Blue) = 20+34+111=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #14226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14226F is #EBDD90. Grayscale: #262626. Windows color (decimal): -15457681 or 7283220. OLE color: 7283220.
HSL color Cylindrical-coordinate representation of color #14226F: hue angle of 230.77º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14226F is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 34 | 111 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.56 |
| HSL | 230.77º | 0.69% | 0.26% | - |
| HSV(B) | 230.77º | 0.82% | 0.44% | - |
| XYZ | 3.73 | 2.44 | 15.31 | - |
| YUV | 38.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 111 | 0.82 | 0.69 | 0 | 0.56 | 230.77 | 0.69 | 0.26 |
| Hex | 14 | 22 | 6F | 52 | 45 | 0 | 38 | E7 | 45 | 1A |
| Octal | 24 | 42 | 157 | 122 | 105 | 0 | 70 | 347 | 105 | 32 |
| Binary | 10100 | 100010 | 1101111 | 1010010 | 1000101 | 0 | 111000 | 11100111 | 1000101 | 11010 |
Color Harmonies of #14226F
Complementary color
Monochromatic Colors of #14226F
Black with #14226F
Text Example
Text Example
White with #14226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14226F; }
p { color: rgb(20,34,111); }
H1.HeaderClassName
{
color: #14226F;
}
.AnyTagClassName
{
color: #14226F;
}
</style>
background-color css
<style>
a { background-color: #14226F; }
a { background-color: rgb(20,34,111); }
div.DivClassName
{
background-color: #14226F;
}
.BgClassName
{
background-color: #14226F;
}
</style>
border-color css
<style>
span { border-color: #14226F; }
span { border-color: rgb(20,34,111); }
td.TdClassName
{
border-color: #14226F;
}
.TagClassName
{
border-color: #14226F;
}
</style>