Shades of Midnight Blue #080A6D
Tints of Midnight Blue #080A6D
RGB
CMYK
RGB Variations
Color information
#080A6D (or 0x080A6D) is known color: Midnight Blue. HEX triplet: 08, 0A and 6D. RGB value is (8,10,109). Sum of RGB (Red+Green+Blue) = 8+10+109=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #080A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A6D is #F7F592. Grayscale: #141414. Windows color (decimal): -16250259 or 7145992. OLE color: 7145992.
HSL color Cylindrical-coordinate representation of color #080A6D: hue angle of 238.81º 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 #080A6D is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 10 | 109 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.57 |
| HSL | 238.81º | 0.86% | 0.23% | - |
| HSV(B) | 238.81º | 0.93% | 0.43% | - |
| XYZ | 2.97 | 1.37 | 14.58 | - |
| YUV | 20.69 | 177.84 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 109 | 0.93 | 0.91 | 0 | 0.57 | 238.81 | 0.86 | 0.23 |
| Hex | 8 | A | 6D | 5D | 5B | 0 | 39 | EF | 56 | 17 |
| Octal | 10 | 12 | 155 | 135 | 133 | 0 | 71 | 357 | 126 | 27 |
| Binary | 1000 | 1010 | 1101101 | 1011101 | 1011011 | 0 | 111001 | 11101111 | 1010110 | 10111 |
Color Harmonies of #080A6D
Complementary color
Monochromatic Colors of #080A6D
Black with #080A6D
Text Example
Text Example
White with #080A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A6D; }
p { color: rgb(8,10,109); }
H1.HeaderClassName
{
color: #080A6D;
}
.AnyTagClassName
{
color: #080A6D;
}
</style>
background-color css
<style>
a { background-color: #080A6D; }
a { background-color: rgb(8,10,109); }
div.DivClassName
{
background-color: #080A6D;
}
.BgClassName
{
background-color: #080A6D;
}
</style>
border-color css
<style>
span { border-color: #080A6D; }
span { border-color: rgb(8,10,109); }
td.TdClassName
{
border-color: #080A6D;
}
.TagClassName
{
border-color: #080A6D;
}
</style>