Shades of New Midnight Blue #080FAC
Tints of New Midnight Blue #080FAC
RGB
CMYK
RGB Variations
Color information
#080FAC (or 0x080FAC) is known color: New Midnight Blue. HEX triplet: 08, 0F and AC. RGB value is (8,15,172). Sum of RGB (Red+Green+Blue) = 8+15+172=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #080FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080FAC is #F7F053. Grayscale: #1E1E1E. Windows color (decimal): -16248916 or 11276040. OLE color: 11276040.
HSL color Cylindrical-coordinate representation of color #080FAC: hue angle of 237.44º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080FAC is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 15 | 172 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.33 |
| HSL | 237.44º | 0.91% | 0.35% | - |
| HSV(B) | 237.44º | 0.95% | 0.67% | - |
| XYZ | 7.72 | 3.37 | 39.27 | - |
| YUV | 30.81 | 207.68 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 172 | 0.95 | 0.91 | 0 | 0.33 | 237.44 | 0.91 | 0.35 |
| Hex | 8 | F | AC | 5F | 5B | 0 | 21 | ED | 5B | 23 |
| Octal | 10 | 17 | 254 | 137 | 133 | 0 | 41 | 355 | 133 | 43 |
| Binary | 1000 | 1111 | 10101100 | 1011111 | 1011011 | 0 | 100001 | 11101101 | 1011011 | 100011 |
Color Harmonies of #080FAC
Complementary color
Monochromatic Colors of #080FAC
Black with #080FAC
Text Example
Text Example
White with #080FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FAC; }
p { color: rgb(8,15,172); }
H1.HeaderClassName
{
color: #080FAC;
}
.AnyTagClassName
{
color: #080FAC;
}
</style>
background-color css
<style>
a { background-color: #080FAC; }
a { background-color: rgb(8,15,172); }
div.DivClassName
{
background-color: #080FAC;
}
.BgClassName
{
background-color: #080FAC;
}
</style>
border-color css
<style>
span { border-color: #080FAC; }
span { border-color: rgb(8,15,172); }
td.TdClassName
{
border-color: #080FAC;
}
.TagClassName
{
border-color: #080FAC;
}
</style>