Shades of New Midnight Blue #080F9D
Tints of New Midnight Blue #080F9D
RGB
CMYK
RGB Variations
Color information
#080F9D (or 0x080F9D) is known color: New Midnight Blue. HEX triplet: 08, 0F and 9D. RGB value is (8,15,157). Sum of RGB (Red+Green+Blue) = 8+15+157=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 157 (61.72% from 255 or 87.22% from 180); Max value from RGB is 157 - color contains mainly: blue. Hex color #080F9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F9D is #F7F062. Grayscale: #1C1C1C. Windows color (decimal): -16248931 or 10293000. OLE color: 10293000.
HSL color Cylindrical-coordinate representation of color #080F9D: hue angle of 237.18º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080F9D is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 15 | 157 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.38 |
| HSL | 237.18º | 0.9% | 0.32% | - |
| HSV(B) | 237.18º | 0.95% | 0.62% | - |
| XYZ | 6.36 | 2.83 | 32.11 | - |
| YUV | 29.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 157 | 0.95 | 0.90 | 0 | 0.38 | 237.18 | 0.9 | 0.32 |
| Hex | 8 | F | 9D | 5F | 5A | 0 | 26 | ED | 5A | 20 |
| Octal | 10 | 17 | 235 | 137 | 132 | 0 | 46 | 355 | 132 | 40 |
| Binary | 1000 | 1111 | 10011101 | 1011111 | 1011010 | 0 | 100110 | 11101101 | 1011010 | 100000 |
Color Harmonies of #080F9D
Complementary color
Monochromatic Colors of #080F9D
Black with #080F9D
Text Example
Text Example
White with #080F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F9D; }
p { color: rgb(8,15,157); }
H1.HeaderClassName
{
color: #080F9D;
}
.AnyTagClassName
{
color: #080F9D;
}
</style>
background-color css
<style>
a { background-color: #080F9D; }
a { background-color: rgb(8,15,157); }
div.DivClassName
{
background-color: #080F9D;
}
.BgClassName
{
background-color: #080F9D;
}
</style>
border-color css
<style>
span { border-color: #080F9D; }
span { border-color: rgb(8,15,157); }
td.TdClassName
{
border-color: #080F9D;
}
.TagClassName
{
border-color: #080F9D;
}
</style>