Shades of Midnight Blue #080B6D
Tints of Midnight Blue #080B6D
RGB
CMYK
RGB Variations
Color information
#080B6D (or 0x080B6D) is known color: Midnight Blue. HEX triplet: 08, 0B and 6D. RGB value is (8,11,109). Sum of RGB (Red+Green+Blue) = 8+11+109=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #080B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B6D is #F7F492. Grayscale: #141414. Windows color (decimal): -16250003 or 7146248. OLE color: 7146248.
HSL color Cylindrical-coordinate representation of color #080B6D: hue angle of 238.22º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080B6D is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 11 | 109 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.57 |
| HSL | 238.22º | 0.86% | 0.23% | - |
| HSV(B) | 238.22º | 0.93% | 0.43% | - |
| XYZ | 2.98 | 1.4 | 14.58 | - |
| YUV | 21.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 109 | 0.93 | 0.90 | 0 | 0.57 | 238.22 | 0.86 | 0.23 |
| Hex | 8 | B | 6D | 5D | 5A | 0 | 39 | EE | 56 | 17 |
| Octal | 10 | 13 | 155 | 135 | 132 | 0 | 71 | 356 | 126 | 27 |
| Binary | 1000 | 1011 | 1101101 | 1011101 | 1011010 | 0 | 111001 | 11101110 | 1010110 | 10111 |
Color Harmonies of #080B6D
Complementary color
Monochromatic Colors of #080B6D
Black with #080B6D
Text Example
Text Example
White with #080B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B6D; }
p { color: rgb(8,11,109); }
H1.HeaderClassName
{
color: #080B6D;
}
.AnyTagClassName
{
color: #080B6D;
}
</style>
background-color css
<style>
a { background-color: #080B6D; }
a { background-color: rgb(8,11,109); }
div.DivClassName
{
background-color: #080B6D;
}
.BgClassName
{
background-color: #080B6D;
}
</style>
border-color css
<style>
span { border-color: #080B6D; }
span { border-color: rgb(8,11,109); }
td.TdClassName
{
border-color: #080B6D;
}
.TagClassName
{
border-color: #080B6D;
}
</style>