Shades of New Midnight Blue #08059C
Tints of New Midnight Blue #08059C
RGB
CMYK
RGB Variations
Color information
#08059C (or 0x08059C) is known color: New Midnight Blue. HEX triplet: 08, 05 and 9C. RGB value is (8,5,156). Sum of RGB (Red+Green+Blue) = 8+5+156=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 156 (61.33% from 255 or 92.31% from 169); Max value from RGB is 156 - color contains mainly: blue. Hex color #08059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08059C is #F7FA63. Grayscale: #161616. Windows color (decimal): -16251492 or 10224904. OLE color: 10224904.
HSL color Cylindrical-coordinate representation of color #08059C: hue angle of 241.19º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08059C is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 5 | 156 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.39 |
| HSL | 241.19º | 0.94% | 0.32% | - |
| HSV(B) | 241.19º | 0.97% | 0.61% | - |
| XYZ | 6.16 | 2.56 | 31.62 | - |
| YUV | 23.11 | 202.99 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 156 | 0.95 | 0.97 | 0 | 0.39 | 241.19 | 0.94 | 0.32 |
| Hex | 8 | 5 | 9C | 5F | 61 | 0 | 27 | F1 | 5E | 20 |
| Octal | 10 | 5 | 234 | 137 | 141 | 0 | 47 | 361 | 136 | 40 |
| Binary | 1000 | 101 | 10011100 | 1011111 | 1100001 | 0 | 100111 | 11110001 | 1011110 | 100000 |
Color Harmonies of #08059C
Complementary color
Monochromatic Colors of #08059C
Black with #08059C
Text Example
Text Example
White with #08059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08059C; }
p { color: rgb(8,5,156); }
H1.HeaderClassName
{
color: #08059C;
}
.AnyTagClassName
{
color: #08059C;
}
</style>
background-color css
<style>
a { background-color: #08059C; }
a { background-color: rgb(8,5,156); }
div.DivClassName
{
background-color: #08059C;
}
.BgClassName
{
background-color: #08059C;
}
</style>
border-color css
<style>
span { border-color: #08059C; }
span { border-color: rgb(8,5,156); }
td.TdClassName
{
border-color: #08059C;
}
.TagClassName
{
border-color: #08059C;
}
</style>