Shades of Midnight Blue #16145D
Tints of Midnight Blue #16145D
RGB
CMYK
RGB Variations
Color information
#16145D (or 0x16145D) is known color: Midnight Blue. HEX triplet: 16, 14 and 5D. RGB value is (22,20,93). Sum of RGB (Red+Green+Blue) = 22+20+93=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #16145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16145D is #E9EBA2. Grayscale: #1C1C1C. Windows color (decimal): -15330211 or 6099990. OLE color: 6099990.
HSL color Cylindrical-coordinate representation of color #16145D: hue angle of 241.64º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16145D is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 20 | 93 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.64 |
| HSL | 241.64º | 0.65% | 0.22% | - |
| HSV(B) | 241.64º | 0.78% | 0.36% | - |
| XYZ | 2.56 | 1.46 | 10.5 | - |
| YUV | 28.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 93 | 0.76 | 0.78 | 0 | 0.64 | 241.64 | 0.65 | 0.22 |
| Hex | 16 | 14 | 5D | 4C | 4E | 0 | 40 | F2 | 41 | 16 |
| Octal | 26 | 24 | 135 | 114 | 116 | 0 | 100 | 362 | 101 | 26 |
| Binary | 10110 | 10100 | 1011101 | 1001100 | 1001110 | 0 | 1000000 | 11110010 | 1000001 | 10110 |
Color Harmonies of #16145D
Complementary color
Monochromatic Colors of #16145D
Black with #16145D
Text Example
Text Example
White with #16145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16145D; }
p { color: rgb(22,20,93); }
H1.HeaderClassName
{
color: #16145D;
}
.AnyTagClassName
{
color: #16145D;
}
</style>
background-color css
<style>
a { background-color: #16145D; }
a { background-color: rgb(22,20,93); }
div.DivClassName
{
background-color: #16145D;
}
.BgClassName
{
background-color: #16145D;
}
</style>
border-color css
<style>
span { border-color: #16145D; }
span { border-color: rgb(22,20,93); }
td.TdClassName
{
border-color: #16145D;
}
.TagClassName
{
border-color: #16145D;
}
</style>