Shades of Midnight Blue #080C5E
Tints of Midnight Blue #080C5E
RGB
CMYK
RGB Variations
Color information
#080C5E (or 0x080C5E) is known color: Midnight Blue. HEX triplet: 08, 0C and 5E. RGB value is (8,12,94). Sum of RGB (Red+Green+Blue) = 8+12+94=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 94 (37.11% from 255 or 82.46% from 114); Max value from RGB is 94 - color contains mainly: blue. Hex color #080C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C5E is #F7F3A1. Grayscale: #131313. Windows color (decimal): -16249762 or 6163464. OLE color: 6163464.
HSL color Cylindrical-coordinate representation of color #080C5E: hue angle of 237.21º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080C5E is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 8 | 12 | 94 | - |
CMYK | 0.91 | 0.87 | 0 | 0.63 |
HSL | 237.21º | 0.84% | 0.2% | - |
HSV(B) | 237.21º | 0.91% | 0.37% | - |
XYZ | 2.25 | 1.12 | 10.69 | - |
YUV | 20.15 | 169.67 | 119.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 12 | 94 | 0.91 | 0.87 | 0 | 0.63 | 237.21 | 0.84 | 0.2 |
Hex | 8 | C | 5E | 5B | 57 | 0 | 3F | ED | 54 | 14 |
Octal | 10 | 14 | 136 | 133 | 127 | 0 | 77 | 355 | 124 | 24 |
Binary | 1000 | 1100 | 1011110 | 1011011 | 1010111 | 0 | 111111 | 11101101 | 1010100 | 10100 |
Color Harmonies of #080C5E
Complementary color
Monochromatic Colors of #080C5E
Black with #080C5E
Text Example
Text Example
White with #080C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C5E; }
p { color: rgb(8,12,94); }
H1.HeaderClassName
{
color: #080C5E;
}
.AnyTagClassName
{
color: #080C5E;
}
</style>
background-color css
<style>
a { background-color: #080C5E; }
a { background-color: rgb(8,12,94); }
div.DivClassName
{
background-color: #080C5E;
}
.BgClassName
{
background-color: #080C5E;
}
</style>
border-color css
<style>
span { border-color: #080C5E; }
span { border-color: rgb(8,12,94); }
td.TdClassName
{
border-color: #080C5E;
}
.TagClassName
{
border-color: #080C5E;
}
</style>