Shades of Midnight Blue #080D53
Tints of Midnight Blue #080D53
RGB
CMYK
RGB Variations
Color information
#080D53 (or 0x080D53) is known color: Midnight Blue. HEX triplet: 08, 0D and 53. RGB value is (8,13,83). Sum of RGB (Red+Green+Blue) = 8+13+83=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #080D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D53 is #F7F2AC. Grayscale: #131313. Windows color (decimal): -16249517 or 5442824. OLE color: 5442824.
HSL color Cylindrical-coordinate representation of color #080D53: hue angle of 236º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080D53 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 13 | 83 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.67 |
| HSL | 236º | 0.82% | 0.18% | - |
| HSV(B) | 236º | 0.9% | 0.33% | - |
| XYZ | 1.81 | 0.96 | 8.27 | - |
| YUV | 19.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 83 | 0.90 | 0.84 | 0 | 0.67 | 236 | 0.82 | 0.18 |
| Hex | 8 | D | 53 | 5A | 54 | 0 | 43 | EC | 52 | 12 |
| Octal | 10 | 15 | 123 | 132 | 124 | 0 | 103 | 354 | 122 | 22 |
| Binary | 1000 | 1101 | 1010011 | 1011010 | 1010100 | 0 | 1000011 | 11101100 | 1010010 | 10010 |
Color Harmonies of #080D53
Complementary color
Monochromatic Colors of #080D53
Black with #080D53
Text Example
Text Example
White with #080D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D53; }
p { color: rgb(8,13,83); }
H1.HeaderClassName
{
color: #080D53;
}
.AnyTagClassName
{
color: #080D53;
}
</style>
background-color css
<style>
a { background-color: #080D53; }
a { background-color: rgb(8,13,83); }
div.DivClassName
{
background-color: #080D53;
}
.BgClassName
{
background-color: #080D53;
}
</style>
border-color css
<style>
span { border-color: #080D53; }
span { border-color: rgb(8,13,83); }
td.TdClassName
{
border-color: #080D53;
}
.TagClassName
{
border-color: #080D53;
}
</style>