Shades of Midnight Blue #081377
Tints of Midnight Blue #081377
RGB
CMYK
RGB Variations
Color information
#081377 (or 0x081377) is known color: Midnight Blue. HEX triplet: 08, 13 and 77. RGB value is (8,19,119). Sum of RGB (Red+Green+Blue) = 8+19+119=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #081377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081377 is #F7EC88. Grayscale: #1A1A1A. Windows color (decimal): -16247945 or 7803656. OLE color: 7803656.
HSL color Cylindrical-coordinate representation of color #081377: hue angle of 234.05º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081377 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 19 | 119 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.53 |
| HSL | 234.05º | 0.87% | 0.25% | - |
| HSV(B) | 234.05º | 0.93% | 0.47% | - |
| XYZ | 3.66 | 1.85 | 17.62 | - |
| YUV | 27.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 119 | 0.93 | 0.84 | 0 | 0.53 | 234.05 | 0.87 | 0.25 |
| Hex | 8 | 13 | 77 | 5D | 54 | 0 | 35 | EA | 57 | 19 |
| Octal | 10 | 23 | 167 | 135 | 124 | 0 | 65 | 352 | 127 | 31 |
| Binary | 1000 | 10011 | 1110111 | 1011101 | 1010100 | 0 | 110101 | 11101010 | 1010111 | 11001 |
Color Harmonies of #081377
Complementary color
Monochromatic Colors of #081377
Black with #081377
Text Example
Text Example
White with #081377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081377; }
p { color: rgb(8,19,119); }
H1.HeaderClassName
{
color: #081377;
}
.AnyTagClassName
{
color: #081377;
}
</style>
background-color css
<style>
a { background-color: #081377; }
a { background-color: rgb(8,19,119); }
div.DivClassName
{
background-color: #081377;
}
.BgClassName
{
background-color: #081377;
}
</style>
border-color css
<style>
span { border-color: #081377; }
span { border-color: rgb(8,19,119); }
td.TdClassName
{
border-color: #081377;
}
.TagClassName
{
border-color: #081377;
}
</style>