Shades of Midnight Blue #142067
Tints of Midnight Blue #142067
RGB
CMYK
RGB Variations
Color information
#142067 (or 0x142067) is known color: Midnight Blue. HEX triplet: 14, 20 and 67. RGB value is (20,32,103). Sum of RGB (Red+Green+Blue) = 20+32+103=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #142067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142067 is #EBDF98. Grayscale: #242424. Windows color (decimal): -15458201 or 6758420. OLE color: 6758420.
HSL color Cylindrical-coordinate representation of color #142067: hue angle of 231.33º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142067 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 32 | 103 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.60 |
| HSL | 231.33º | 0.67% | 0.24% | - |
| HSV(B) | 231.33º | 0.81% | 0.4% | - |
| XYZ | 3.25 | 2.16 | 13.08 | - |
| YUV | 36.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 103 | 0.81 | 0.69 | 0 | 0.60 | 231.33 | 0.67 | 0.24 |
| Hex | 14 | 20 | 67 | 51 | 45 | 0 | 3C | E7 | 43 | 18 |
| Octal | 24 | 40 | 147 | 121 | 105 | 0 | 74 | 347 | 103 | 30 |
| Binary | 10100 | 100000 | 1100111 | 1010001 | 1000101 | 0 | 111100 | 11100111 | 1000011 | 11000 |
Color Harmonies of #142067
Complementary color
Monochromatic Colors of #142067
Black with #142067
Text Example
Text Example
White with #142067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142067; }
p { color: rgb(20,32,103); }
H1.HeaderClassName
{
color: #142067;
}
.AnyTagClassName
{
color: #142067;
}
</style>
background-color css
<style>
a { background-color: #142067; }
a { background-color: rgb(20,32,103); }
div.DivClassName
{
background-color: #142067;
}
.BgClassName
{
background-color: #142067;
}
</style>
border-color css
<style>
span { border-color: #142067; }
span { border-color: rgb(20,32,103); }
td.TdClassName
{
border-color: #142067;
}
.TagClassName
{
border-color: #142067;
}
</style>