Shades of New Midnight Blue #080F9C
Tints of New Midnight Blue #080F9C
RGB
CMYK
RGB Variations
Color information
#080F9C (or 0x080F9C) is known color: New Midnight Blue. HEX triplet: 08, 0F and 9C. RGB value is (8,15,156). Sum of RGB (Red+Green+Blue) = 8+15+156=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 156 (61.33% from 255 or 87.15% from 179); Max value from RGB is 156 - color contains mainly: blue. Hex color #080F9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F9C is #F7F063. Grayscale: #1C1C1C. Windows color (decimal): -16248932 or 10227464. OLE color: 10227464.
HSL color Cylindrical-coordinate representation of color #080F9C: hue angle of 237.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080F9C is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 15 | 156 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.39 |
| HSL | 237.16º | 0.9% | 0.32% | - |
| HSV(B) | 237.16º | 0.95% | 0.61% | - |
| XYZ | 6.27 | 2.79 | 31.66 | - |
| YUV | 28.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 156 | 0.95 | 0.90 | 0 | 0.39 | 237.16 | 0.9 | 0.32 |
| Hex | 8 | F | 9C | 5F | 5A | 0 | 27 | ED | 5A | 20 |
| Octal | 10 | 17 | 234 | 137 | 132 | 0 | 47 | 355 | 132 | 40 |
| Binary | 1000 | 1111 | 10011100 | 1011111 | 1011010 | 0 | 100111 | 11101101 | 1011010 | 100000 |
Color Harmonies of #080F9C
Complementary color
Monochromatic Colors of #080F9C
Black with #080F9C
Text Example
Text Example
White with #080F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F9C; }
p { color: rgb(8,15,156); }
H1.HeaderClassName
{
color: #080F9C;
}
.AnyTagClassName
{
color: #080F9C;
}
</style>
background-color css
<style>
a { background-color: #080F9C; }
a { background-color: rgb(8,15,156); }
div.DivClassName
{
background-color: #080F9C;
}
.BgClassName
{
background-color: #080F9C;
}
</style>
border-color css
<style>
span { border-color: #080F9C; }
span { border-color: rgb(8,15,156); }
td.TdClassName
{
border-color: #080F9C;
}
.TagClassName
{
border-color: #080F9C;
}
</style>