Shades of New Midnight Blue #080299
Tints of New Midnight Blue #080299
RGB
CMYK
RGB Variations
Color information
#080299 (or 0x080299) is known color: New Midnight Blue. HEX triplet: 08, 02 and 99. RGB value is (8,2,153). Sum of RGB (Red+Green+Blue) = 8+2+153=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 153 (60.16% from 255 or 93.87% from 163); Max value from RGB is 153 - color contains mainly: blue. Hex color #080299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080299 is #F7FD66. Grayscale: #141414. Windows color (decimal): -16252263 or 10027528. OLE color: 10027528.
HSL color Cylindrical-coordinate representation of color #080299: hue angle of 242.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080299 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 2 | 153 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.4 |
| HSL | 242.38º | 0.97% | 0.3% | - |
| HSV(B) | 242.38º | 0.99% | 0.6% | - |
| XYZ | 5.87 | 2.39 | 30.29 | - |
| YUV | 21.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 153 | 0.95 | 0.99 | 0 | 0.4 | 242.38 | 0.97 | 0.3 |
| Hex | 8 | 2 | 99 | 5F | 63 | 0 | 28 | F2 | 61 | 1E |
| Octal | 10 | 2 | 231 | 137 | 143 | 0 | 50 | 362 | 141 | 36 |
| Binary | 1000 | 10 | 10011001 | 1011111 | 1100011 | 0 | 101000 | 11110010 | 1100001 | 11110 |
Color Harmonies of #080299
Complementary color
Monochromatic Colors of #080299
Black with #080299
Text Example
Text Example
White with #080299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080299; }
p { color: rgb(8,2,153); }
H1.HeaderClassName
{
color: #080299;
}
.AnyTagClassName
{
color: #080299;
}
</style>
background-color css
<style>
a { background-color: #080299; }
a { background-color: rgb(8,2,153); }
div.DivClassName
{
background-color: #080299;
}
.BgClassName
{
background-color: #080299;
}
</style>
border-color css
<style>
span { border-color: #080299; }
span { border-color: rgb(8,2,153); }
td.TdClassName
{
border-color: #080299;
}
.TagClassName
{
border-color: #080299;
}
</style>