Shades of New Midnight Blue #080FA0
Tints of New Midnight Blue #080FA0
RGB
CMYK
RGB Variations
Color information
#080FA0 (or 0x080FA0) is known color: New Midnight Blue. HEX triplet: 08, 0F and A0. RGB value is (8,15,160). Sum of RGB (Red+Green+Blue) = 8+15+160=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 160 (62.89% from 255 or 87.43% from 183); Max value from RGB is 160 - color contains mainly: blue. Hex color #080FA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080FA0 is #F7F05F. Grayscale: #1C1C1C. Windows color (decimal): -16248928 or 10489608. OLE color: 10489608.
HSL color Cylindrical-coordinate representation of color #080FA0: hue angle of 237.24º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080FA0 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 15 | 160 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.37 |
| HSL | 237.24º | 0.9% | 0.33% | - |
| HSV(B) | 237.24º | 0.95% | 0.63% | - |
| XYZ | 6.62 | 2.93 | 33.47 | - |
| YUV | 29.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 160 | 0.95 | 0.91 | 0 | 0.37 | 237.24 | 0.9 | 0.33 |
| Hex | 8 | F | A0 | 5F | 5B | 0 | 25 | ED | 5A | 21 |
| Octal | 10 | 17 | 240 | 137 | 133 | 0 | 45 | 355 | 132 | 41 |
| Binary | 1000 | 1111 | 10100000 | 1011111 | 1011011 | 0 | 100101 | 11101101 | 1011010 | 100001 |
Color Harmonies of #080FA0
Complementary color
Monochromatic Colors of #080FA0
Black with #080FA0
Text Example
Text Example
White with #080FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FA0; }
p { color: rgb(8,15,160); }
H1.HeaderClassName
{
color: #080FA0;
}
.AnyTagClassName
{
color: #080FA0;
}
</style>
background-color css
<style>
a { background-color: #080FA0; }
a { background-color: rgb(8,15,160); }
div.DivClassName
{
background-color: #080FA0;
}
.BgClassName
{
background-color: #080FA0;
}
</style>
border-color css
<style>
span { border-color: #080FA0; }
span { border-color: rgb(8,15,160); }
td.TdClassName
{
border-color: #080FA0;
}
.TagClassName
{
border-color: #080FA0;
}
</style>