Shades of New Midnight Blue #080D9A
Tints of New Midnight Blue #080D9A
RGB
CMYK
RGB Variations
Color information
#080D9A (or 0x080D9A) is known color: New Midnight Blue. HEX triplet: 08, 0D and 9A. RGB value is (8,13,154). Sum of RGB (Red+Green+Blue) = 8+13+154=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 154 (60.55% from 255 or 88% from 175); Max value from RGB is 154 - color contains mainly: blue. Hex color #080D9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D9A is #F7F265. Grayscale: #1B1B1B. Windows color (decimal): -16249446 or 10095880. OLE color: 10095880.
HSL color Cylindrical-coordinate representation of color #080D9A: hue angle of 237.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080D9A is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 13 | 154 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.40 |
| HSL | 237.95º | 0.9% | 0.32% | - |
| HSV(B) | 237.95º | 0.95% | 0.6% | - |
| XYZ | 6.08 | 2.67 | 30.77 | - |
| YUV | 27.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 154 | 0.95 | 0.92 | 0 | 0.40 | 237.95 | 0.9 | 0.32 |
| Hex | 8 | D | 9A | 5F | 5C | 0 | 28 | EE | 5A | 20 |
| Octal | 10 | 15 | 232 | 137 | 134 | 0 | 50 | 356 | 132 | 40 |
| Binary | 1000 | 1101 | 10011010 | 1011111 | 1011100 | 0 | 101000 | 11101110 | 1011010 | 100000 |
Color Harmonies of #080D9A
Complementary color
Monochromatic Colors of #080D9A
Black with #080D9A
Text Example
Text Example
White with #080D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D9A; }
p { color: rgb(8,13,154); }
H1.HeaderClassName
{
color: #080D9A;
}
.AnyTagClassName
{
color: #080D9A;
}
</style>
background-color css
<style>
a { background-color: #080D9A; }
a { background-color: rgb(8,13,154); }
div.DivClassName
{
background-color: #080D9A;
}
.BgClassName
{
background-color: #080D9A;
}
</style>
border-color css
<style>
span { border-color: #080D9A; }
span { border-color: rgb(8,13,154); }
td.TdClassName
{
border-color: #080D9A;
}
.TagClassName
{
border-color: #080D9A;
}
</style>