Shades of Midnight Blue #080B68
Tints of Midnight Blue #080B68
RGB
CMYK
RGB Variations
Color information
#080B68 (or 0x080B68) is known color: Midnight Blue. HEX triplet: 08, 0B and 68. RGB value is (8,11,104). Sum of RGB (Red+Green+Blue) = 8+11+104=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #080B68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B68 is #F7F497. Grayscale: #141414. Windows color (decimal): -16250008 or 6818568. OLE color: 6818568.
HSL color Cylindrical-coordinate representation of color #080B68: hue angle of 238.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080B68 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 11 | 104 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.59 |
| HSL | 238.13º | 0.86% | 0.22% | - |
| HSV(B) | 238.13º | 0.92% | 0.41% | - |
| XYZ | 2.72 | 1.29 | 13.2 | - |
| YUV | 20.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 104 | 0.92 | 0.89 | 0 | 0.59 | 238.13 | 0.86 | 0.22 |
| Hex | 8 | B | 68 | 5C | 59 | 0 | 3B | EE | 56 | 16 |
| Octal | 10 | 13 | 150 | 134 | 131 | 0 | 73 | 356 | 126 | 26 |
| Binary | 1000 | 1011 | 1101000 | 1011100 | 1011001 | 0 | 111011 | 11101110 | 1010110 | 10110 |
Color Harmonies of #080B68
Complementary color
Monochromatic Colors of #080B68
Black with #080B68
Text Example
Text Example
White with #080B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B68; }
p { color: rgb(8,11,104); }
H1.HeaderClassName
{
color: #080B68;
}
.AnyTagClassName
{
color: #080B68;
}
</style>
background-color css
<style>
a { background-color: #080B68; }
a { background-color: rgb(8,11,104); }
div.DivClassName
{
background-color: #080B68;
}
.BgClassName
{
background-color: #080B68;
}
</style>
border-color css
<style>
span { border-color: #080B68; }
span { border-color: rgb(8,11,104); }
td.TdClassName
{
border-color: #080B68;
}
.TagClassName
{
border-color: #080B68;
}
</style>