Shades of New Midnight Blue #080F9E
Tints of New Midnight Blue #080F9E
RGB
CMYK
RGB Variations
Color information
#080F9E (or 0x080F9E) is known color: New Midnight Blue. HEX triplet: 08, 0F and 9E. RGB value is (8,15,158). Sum of RGB (Red+Green+Blue) = 8+15+158=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 158 (62.11% from 255 or 87.29% from 181); Max value from RGB is 158 - color contains mainly: blue. Hex color #080F9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F9E is #F7F061. Grayscale: #1C1C1C. Windows color (decimal): -16248930 or 10358536. OLE color: 10358536.
HSL color Cylindrical-coordinate representation of color #080F9E: hue angle of 237.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080F9E is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 15 | 158 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.38 |
| HSL | 237.2º | 0.9% | 0.33% | - |
| HSV(B) | 237.2º | 0.95% | 0.62% | - |
| XYZ | 6.44 | 2.86 | 32.56 | - |
| YUV | 29.21 | 200.68 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 158 | 0.95 | 0.91 | 0 | 0.38 | 237.2 | 0.9 | 0.33 |
| Hex | 8 | F | 9E | 5F | 5B | 0 | 26 | ED | 5A | 21 |
| Octal | 10 | 17 | 236 | 137 | 133 | 0 | 46 | 355 | 132 | 41 |
| Binary | 1000 | 1111 | 10011110 | 1011111 | 1011011 | 0 | 100110 | 11101101 | 1011010 | 100001 |
Color Harmonies of #080F9E
Complementary color
Monochromatic Colors of #080F9E
Black with #080F9E
Text Example
Text Example
White with #080F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F9E; }
p { color: rgb(8,15,158); }
H1.HeaderClassName
{
color: #080F9E;
}
.AnyTagClassName
{
color: #080F9E;
}
</style>
background-color css
<style>
a { background-color: #080F9E; }
a { background-color: rgb(8,15,158); }
div.DivClassName
{
background-color: #080F9E;
}
.BgClassName
{
background-color: #080F9E;
}
</style>
border-color css
<style>
span { border-color: #080F9E; }
span { border-color: rgb(8,15,158); }
td.TdClassName
{
border-color: #080F9E;
}
.TagClassName
{
border-color: #080F9E;
}
</style>