Shades of Midnight Blue #080A5C
Tints of Midnight Blue #080A5C
RGB
CMYK
RGB Variations
Color information
#080A5C (or 0x080A5C) is known color: Midnight Blue. HEX triplet: 08, 0A and 5C. RGB value is (8,10,92). Sum of RGB (Red+Green+Blue) = 8+10+92=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 92 (36.33% from 255 or 83.64% from 110); Max value from RGB is 92 - color contains mainly: blue. Hex color #080A5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A5C is #F7F5A3. Grayscale: #121212. Windows color (decimal): -16250276 or 6031880. OLE color: 6031880.
HSL color Cylindrical-coordinate representation of color #080A5C: hue angle of 238.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080A5C is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 10 | 92 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.64 |
| HSL | 238.57º | 0.84% | 0.2% | - |
| HSV(B) | 238.57º | 0.91% | 0.36% | - |
| XYZ | 2.14 | 1.04 | 10.21 | - |
| YUV | 18.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 92 | 0.91 | 0.89 | 0 | 0.64 | 238.57 | 0.84 | 0.2 |
| Hex | 8 | A | 5C | 5B | 59 | 0 | 40 | EF | 54 | 14 |
| Octal | 10 | 12 | 134 | 133 | 131 | 0 | 100 | 357 | 124 | 24 |
| Binary | 1000 | 1010 | 1011100 | 1011011 | 1011001 | 0 | 1000000 | 11101111 | 1010100 | 10100 |
Color Harmonies of #080A5C
Complementary color
Monochromatic Colors of #080A5C
Black with #080A5C
Text Example
Text Example
White with #080A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A5C; }
p { color: rgb(8,10,92); }
H1.HeaderClassName
{
color: #080A5C;
}
.AnyTagClassName
{
color: #080A5C;
}
</style>
background-color css
<style>
a { background-color: #080A5C; }
a { background-color: rgb(8,10,92); }
div.DivClassName
{
background-color: #080A5C;
}
.BgClassName
{
background-color: #080A5C;
}
</style>
border-color css
<style>
span { border-color: #080A5C; }
span { border-color: rgb(8,10,92); }
td.TdClassName
{
border-color: #080A5C;
}
.TagClassName
{
border-color: #080A5C;
}
</style>