Shades of New Midnight Blue #080FB4
Tints of New Midnight Blue #080FB4
RGB
CMYK
RGB Variations
Color information
#080FB4 (or 0x080FB4) is known color: New Midnight Blue. HEX triplet: 08, 0F and B4. RGB value is (8,15,180). Sum of RGB (Red+Green+Blue) = 8+15+180=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 180 (70.70% from 255 or 88.67% from 203); Max value from RGB is 180 - color contains mainly: blue. Hex color #080FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FB4 is #F7F04B. Grayscale: #1F1F1F. Windows color (decimal): -16248908 or 11800328. OLE color: 11800328.
HSL color Cylindrical-coordinate representation of color #080FB4: hue angle of 237.56º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080FB4 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 15 | 180 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.29 |
| HSL | 237.56º | 0.91% | 0.37% | - |
| HSV(B) | 237.56º | 0.96% | 0.71% | - |
| XYZ | 8.51 | 3.69 | 43.44 | - |
| YUV | 31.72 | 211.68 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 180 | 0.96 | 0.92 | 0 | 0.29 | 237.56 | 0.91 | 0.37 |
| Hex | 8 | F | B4 | 60 | 5C | 0 | 1D | EE | 5B | 25 |
| Octal | 10 | 17 | 264 | 140 | 134 | 0 | 35 | 356 | 133 | 45 |
| Binary | 1000 | 1111 | 10110100 | 1100000 | 1011100 | 0 | 11101 | 11101110 | 1011011 | 100101 |
Color Harmonies of #080FB4
Complementary color
Monochromatic Colors of #080FB4
Black with #080FB4
Text Example
Text Example
White with #080FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FB4; }
p { color: rgb(8,15,180); }
H1.HeaderClassName
{
color: #080FB4;
}
.AnyTagClassName
{
color: #080FB4;
}
</style>
background-color css
<style>
a { background-color: #080FB4; }
a { background-color: rgb(8,15,180); }
div.DivClassName
{
background-color: #080FB4;
}
.BgClassName
{
background-color: #080FB4;
}
</style>
border-color css
<style>
span { border-color: #080FB4; }
span { border-color: rgb(8,15,180); }
td.TdClassName
{
border-color: #080FB4;
}
.TagClassName
{
border-color: #080FB4;
}
</style>