Shades of Midnight Blue #08005C
Tints of Midnight Blue #08005C
RGB
CMYK
RGB Variations
Color information
#08005C (or 0x08005C) is known color: Midnight Blue. HEX triplet: 08, 00 and 5C. RGB value is (8,0,92). Sum of RGB (Red+Green+Blue) = 8+0+92=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 92 (36.33% from 255 or 92% from 100); Max value from RGB is 92 - color contains mainly: blue. Hex color #08005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08005C is #F7FFA3. Grayscale: #0C0C0C. Windows color (decimal): -16252836 or 6029320. OLE color: 6029320.
HSL color Cylindrical-coordinate representation of color #08005C: hue angle of 245.22º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08005C is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 0 | 92 | - |
| CMYK | 0.91 | 1 | 0 | 0.64 |
| HSL | 245.22º | 1% | 0.18% | - |
| HSV(B) | 245.22º | 1% | 0.36% | - |
| XYZ | 2.03 | 0.82 | 10.18 | - |
| YUV | 12.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 92 | 0.91 | 1 | 0 | 0.64 | 245.22 | 1 | 0.18 |
| Hex | 8 | 0 | 5C | 5B | 64 | 0 | 40 | F5 | 64 | 12 |
| Octal | 10 | 0 | 134 | 133 | 144 | 0 | 100 | 365 | 144 | 22 |
| Binary | 1000 | 0 | 1011100 | 1011011 | 1100100 | 0 | 1000000 | 11110101 | 1100100 | 10010 |
Color Harmonies of #08005C
Complementary color
Monochromatic Colors of #08005C
Black with #08005C
Text Example
Text Example
White with #08005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08005C; }
p { color: rgb(8,0,92); }
H1.HeaderClassName
{
color: #08005C;
}
.AnyTagClassName
{
color: #08005C;
}
</style>
background-color css
<style>
a { background-color: #08005C; }
a { background-color: rgb(8,0,92); }
div.DivClassName
{
background-color: #08005C;
}
.BgClassName
{
background-color: #08005C;
}
</style>
border-color css
<style>
span { border-color: #08005C; }
span { border-color: rgb(8,0,92); }
td.TdClassName
{
border-color: #08005C;
}
.TagClassName
{
border-color: #08005C;
}
</style>