Shades of Midnight Blue #08024F
Tints of Midnight Blue #08024F
RGB
CMYK
RGB Variations
Color information
#08024F (or 0x08024F) is known color: Midnight Blue. HEX triplet: 08, 02 and 4F. RGB value is (8,2,79). Sum of RGB (Red+Green+Blue) = 8+2+79=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 79 (31.25% from 255 or 88.76% from 89); Max value from RGB is 79 - color contains mainly: blue. Hex color #08024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08024F is #F7FDB0. Grayscale: #0C0C0C. Windows color (decimal): -16252337 or 5177864. OLE color: 5177864.
HSL color Cylindrical-coordinate representation of color #08024F: hue angle of 244.68º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08024F is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 2 | 79 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.69 |
| HSL | 244.68º | 0.95% | 0.16% | - |
| HSV(B) | 244.68º | 0.97% | 0.31% | - |
| XYZ | 1.53 | 0.66 | 7.44 | - |
| YUV | 12.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 79 | 0.90 | 0.97 | 0 | 0.69 | 244.68 | 0.95 | 0.16 |
| Hex | 8 | 2 | 4F | 5A | 61 | 0 | 45 | F5 | 5F | 10 |
| Octal | 10 | 2 | 117 | 132 | 141 | 0 | 105 | 365 | 137 | 20 |
| Binary | 1000 | 10 | 1001111 | 1011010 | 1100001 | 0 | 1000101 | 11110101 | 1011111 | 10000 |
Color Harmonies of #08024F
Complementary color
Monochromatic Colors of #08024F
Black with #08024F
Text Example
Text Example
White with #08024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08024F; }
p { color: rgb(8,2,79); }
H1.HeaderClassName
{
color: #08024F;
}
.AnyTagClassName
{
color: #08024F;
}
</style>
background-color css
<style>
a { background-color: #08024F; }
a { background-color: rgb(8,2,79); }
div.DivClassName
{
background-color: #08024F;
}
.BgClassName
{
background-color: #08024F;
}
</style>
border-color css
<style>
span { border-color: #08024F; }
span { border-color: rgb(8,2,79); }
td.TdClassName
{
border-color: #08024F;
}
.TagClassName
{
border-color: #08024F;
}
</style>