Shades of New Midnight Blue #080D9F
Tints of New Midnight Blue #080D9F
RGB
CMYK
RGB Variations
Color information
#080D9F (or 0x080D9F) is known color: New Midnight Blue. HEX triplet: 08, 0D and 9F. RGB value is (8,13,159). Sum of RGB (Red+Green+Blue) = 8+13+159=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 159 (62.5% from 255 or 88.33% from 180); Max value from RGB is 159 - color contains mainly: blue. Hex color #080D9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D9F is #F7F260. Grayscale: #1B1B1B. Windows color (decimal): -16249441 or 10423560. OLE color: 10423560.
HSL color Cylindrical-coordinate representation of color #080D9F: hue angle of 238.01º 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 #080D9F is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 13 | 159 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.38 |
| HSL | 238.01º | 0.9% | 0.33% | - |
| HSV(B) | 238.01º | 0.95% | 0.62% | - |
| XYZ | 6.5 | 2.84 | 33.01 | - |
| YUV | 28.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 159 | 0.95 | 0.92 | 0 | 0.38 | 238.01 | 0.9 | 0.33 |
| Hex | 8 | D | 9F | 5F | 5C | 0 | 26 | EE | 5A | 21 |
| Octal | 10 | 15 | 237 | 137 | 134 | 0 | 46 | 356 | 132 | 41 |
| Binary | 1000 | 1101 | 10011111 | 1011111 | 1011100 | 0 | 100110 | 11101110 | 1011010 | 100001 |
Color Harmonies of #080D9F
Complementary color
Monochromatic Colors of #080D9F
Black with #080D9F
Text Example
Text Example
White with #080D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D9F; }
p { color: rgb(8,13,159); }
H1.HeaderClassName
{
color: #080D9F;
}
.AnyTagClassName
{
color: #080D9F;
}
</style>
background-color css
<style>
a { background-color: #080D9F; }
a { background-color: rgb(8,13,159); }
div.DivClassName
{
background-color: #080D9F;
}
.BgClassName
{
background-color: #080D9F;
}
</style>
border-color css
<style>
span { border-color: #080D9F; }
span { border-color: rgb(8,13,159); }
td.TdClassName
{
border-color: #080D9F;
}
.TagClassName
{
border-color: #080D9F;
}
</style>