Shades of Midnight Blue #14166F
Tints of Midnight Blue #14166F
RGB
CMYK
RGB Variations
Color information
#14166F (or 0x14166F) is known color: Midnight Blue. HEX triplet: 14, 16 and 6F. RGB value is (20,22,111). Sum of RGB (Red+Green+Blue) = 20+22+111=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #14166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14166F is #EBE990. Grayscale: #1F1F1F. Windows color (decimal): -15460753 or 7280148. OLE color: 7280148.
HSL color Cylindrical-coordinate representation of color #14166F: hue angle of 238.68º 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 #14166F is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 22 | 111 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.56 |
| HSL | 238.68º | 0.69% | 0.26% | - |
| HSV(B) | 238.68º | 0.82% | 0.44% | - |
| XYZ | 3.44 | 1.87 | 15.22 | - |
| YUV | 31.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 111 | 0.82 | 0.80 | 0 | 0.56 | 238.68 | 0.69 | 0.26 |
| Hex | 14 | 16 | 6F | 52 | 50 | 0 | 38 | EF | 45 | 1A |
| Octal | 24 | 26 | 157 | 122 | 120 | 0 | 70 | 357 | 105 | 32 |
| Binary | 10100 | 10110 | 1101111 | 1010010 | 1010000 | 0 | 111000 | 11101111 | 1000101 | 11010 |
Color Harmonies of #14166F
Complementary color
Monochromatic Colors of #14166F
Black with #14166F
Text Example
Text Example
White with #14166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14166F; }
p { color: rgb(20,22,111); }
H1.HeaderClassName
{
color: #14166F;
}
.AnyTagClassName
{
color: #14166F;
}
</style>
background-color css
<style>
a { background-color: #14166F; }
a { background-color: rgb(20,22,111); }
div.DivClassName
{
background-color: #14166F;
}
.BgClassName
{
background-color: #14166F;
}
</style>
border-color css
<style>
span { border-color: #14166F; }
span { border-color: rgb(20,22,111); }
td.TdClassName
{
border-color: #14166F;
}
.TagClassName
{
border-color: #14166F;
}
</style>