Shades of Midnight Blue #080A67
Tints of Midnight Blue #080A67
RGB
CMYK
RGB Variations
Color information
#080A67 (or 0x080A67) is known color: Midnight Blue. HEX triplet: 08, 0A and 67. RGB value is (8,10,103). Sum of RGB (Red+Green+Blue) = 8+10+103=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 103 (40.62% from 255 or 85.12% from 121); Max value from RGB is 103 - color contains mainly: blue. Hex color #080A67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A67 is #F7F598. Grayscale: #131313. Windows color (decimal): -16250265 or 6752776. OLE color: 6752776.
HSL color Cylindrical-coordinate representation of color #080A67: hue angle of 238.74º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080A67 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 10 | 103 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.60 |
| HSL | 238.74º | 0.86% | 0.22% | - |
| HSV(B) | 238.74º | 0.92% | 0.4% | - |
| XYZ | 2.66 | 1.25 | 12.93 | - |
| YUV | 20 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 103 | 0.92 | 0.90 | 0 | 0.60 | 238.74 | 0.86 | 0.22 |
| Hex | 8 | A | 67 | 5C | 5A | 0 | 3C | EF | 56 | 16 |
| Octal | 10 | 12 | 147 | 134 | 132 | 0 | 74 | 357 | 126 | 26 |
| Binary | 1000 | 1010 | 1100111 | 1011100 | 1011010 | 0 | 111100 | 11101111 | 1010110 | 10110 |
Color Harmonies of #080A67
Complementary color
Monochromatic Colors of #080A67
Black with #080A67
Text Example
Text Example
White with #080A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A67; }
p { color: rgb(8,10,103); }
H1.HeaderClassName
{
color: #080A67;
}
.AnyTagClassName
{
color: #080A67;
}
</style>
background-color css
<style>
a { background-color: #080A67; }
a { background-color: rgb(8,10,103); }
div.DivClassName
{
background-color: #080A67;
}
.BgClassName
{
background-color: #080A67;
}
</style>
border-color css
<style>
span { border-color: #080A67; }
span { border-color: rgb(8,10,103); }
td.TdClassName
{
border-color: #080A67;
}
.TagClassName
{
border-color: #080A67;
}
</style>