Shades of Midnight Blue #080254
Tints of Midnight Blue #080254
RGB
CMYK
RGB Variations
Color information
#080254 (or 0x080254) is known color: Midnight Blue. HEX triplet: 08, 02 and 54. RGB value is (8,2,84). Sum of RGB (Red+Green+Blue) = 8+2+84=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 84 (33.20% from 255 or 89.36% from 94); Max value from RGB is 84 - color contains mainly: blue. Hex color #080254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080254 is #F7FDAB. Grayscale: #0C0C0C. Windows color (decimal): -16252332 or 5505544. OLE color: 5505544.
HSL color Cylindrical-coordinate representation of color #080254: hue angle of 244.39º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080254 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 2 | 84 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.67 |
| HSL | 244.39º | 0.95% | 0.17% | - |
| HSV(B) | 244.39º | 0.98% | 0.33% | - |
| XYZ | 1.72 | 0.74 | 8.44 | - |
| YUV | 13.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 84 | 0.90 | 0.98 | 0 | 0.67 | 244.39 | 0.95 | 0.17 |
| Hex | 8 | 2 | 54 | 5A | 62 | 0 | 43 | F4 | 5F | 11 |
| Octal | 10 | 2 | 124 | 132 | 142 | 0 | 103 | 364 | 137 | 21 |
| Binary | 1000 | 10 | 1010100 | 1011010 | 1100010 | 0 | 1000011 | 11110100 | 1011111 | 10001 |
Color Harmonies of #080254
Complementary color
Monochromatic Colors of #080254
Black with #080254
Text Example
Text Example
White with #080254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080254; }
p { color: rgb(8,2,84); }
H1.HeaderClassName
{
color: #080254;
}
.AnyTagClassName
{
color: #080254;
}
</style>
background-color css
<style>
a { background-color: #080254; }
a { background-color: rgb(8,2,84); }
div.DivClassName
{
background-color: #080254;
}
.BgClassName
{
background-color: #080254;
}
</style>
border-color css
<style>
span { border-color: #080254; }
span { border-color: rgb(8,2,84); }
td.TdClassName
{
border-color: #080254;
}
.TagClassName
{
border-color: #080254;
}
</style>