Shades of Midnight Blue #08054C
Tints of Midnight Blue #08054C
RGB
CMYK
RGB Variations
Color information
#08054C (or 0x08054C) is known color: Midnight Blue. HEX triplet: 08, 05 and 4C. RGB value is (8,5,76). Sum of RGB (Red+Green+Blue) = 8+5+76=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 76 (30.08% from 255 or 85.39% from 89); Max value from RGB is 76 - color contains mainly: blue. Hex color #08054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08054C is #F7FAB3. Grayscale: #0D0D0D. Windows color (decimal): -16251572 or 4982024. OLE color: 4982024.
HSL color Cylindrical-coordinate representation of color #08054C: hue angle of 242.54º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08054C is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 5 | 76 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.70 |
| HSL | 242.54º | 0.88% | 0.16% | - |
| HSV(B) | 242.54º | 0.93% | 0.3% | - |
| XYZ | 1.46 | 0.68 | 6.89 | - |
| YUV | 13.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 76 | 0.89 | 0.93 | 0 | 0.70 | 242.54 | 0.88 | 0.16 |
| Hex | 8 | 5 | 4C | 59 | 5D | 0 | 46 | F3 | 58 | 10 |
| Octal | 10 | 5 | 114 | 131 | 135 | 0 | 106 | 363 | 130 | 20 |
| Binary | 1000 | 101 | 1001100 | 1011001 | 1011101 | 0 | 1000110 | 11110011 | 1011000 | 10000 |
Color Harmonies of #08054C
Complementary color
Monochromatic Colors of #08054C
Black with #08054C
Text Example
Text Example
White with #08054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08054C; }
p { color: rgb(8,5,76); }
H1.HeaderClassName
{
color: #08054C;
}
.AnyTagClassName
{
color: #08054C;
}
</style>
background-color css
<style>
a { background-color: #08054C; }
a { background-color: rgb(8,5,76); }
div.DivClassName
{
background-color: #08054C;
}
.BgClassName
{
background-color: #08054C;
}
</style>
border-color css
<style>
span { border-color: #08054C; }
span { border-color: rgb(8,5,76); }
td.TdClassName
{
border-color: #08054C;
}
.TagClassName
{
border-color: #08054C;
}
</style>