Shades of Midnight Blue #160367
Tints of Midnight Blue #160367
RGB
CMYK
RGB Variations
Color information
#160367 (or 0x160367) is known color: Midnight Blue. HEX triplet: 16, 03 and 67. RGB value is (22,3,103). Sum of RGB (Red+Green+Blue) = 22+3+103=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 103 (40.62% from 255 or 80.47% from 128); Max value from RGB is 103 - color contains mainly: blue. Hex color #160367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160367 is #E9FC98. Grayscale: #131313. Windows color (decimal): -15334553 or 6750998. OLE color: 6750998.
HSL color Cylindrical-coordinate representation of color #160367: hue angle of 251.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160367 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 3 | 103 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.60 |
| HSL | 251.4º | 0.94% | 0.21% | - |
| HSV(B) | 251.4º | 0.97% | 0.4% | - |
| XYZ | 2.81 | 1.21 | 12.92 | - |
| YUV | 20.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 103 | 0.79 | 0.97 | 0 | 0.60 | 251.4 | 0.94 | 0.21 |
| Hex | 16 | 3 | 67 | 4F | 61 | 0 | 3C | FB | 5E | 15 |
| Octal | 26 | 3 | 147 | 117 | 141 | 0 | 74 | 373 | 136 | 25 |
| Binary | 10110 | 11 | 1100111 | 1001111 | 1100001 | 0 | 111100 | 11111011 | 1011110 | 10101 |
Color Harmonies of #160367
Complementary color
Monochromatic Colors of #160367
Black with #160367
Text Example
Text Example
White with #160367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160367; }
p { color: rgb(22,3,103); }
H1.HeaderClassName
{
color: #160367;
}
.AnyTagClassName
{
color: #160367;
}
</style>
background-color css
<style>
a { background-color: #160367; }
a { background-color: rgb(22,3,103); }
div.DivClassName
{
background-color: #160367;
}
.BgClassName
{
background-color: #160367;
}
</style>
border-color css
<style>
span { border-color: #160367; }
span { border-color: rgb(22,3,103); }
td.TdClassName
{
border-color: #160367;
}
.TagClassName
{
border-color: #160367;
}
</style>