Shades of New Midnight Blue #080AB4
Tints of New Midnight Blue #080AB4
RGB
CMYK
RGB Variations
Color information
#080AB4 (or 0x080AB4) is known color: New Midnight Blue. HEX triplet: 08, 0A and B4. RGB value is (8,10,180). Sum of RGB (Red+Green+Blue) = 8+10+180=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 180 (70.70% from 255 or 90.91% from 198); Max value from RGB is 180 - color contains mainly: blue. Hex color #080AB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080AB4 is #F7F54B. Grayscale: #1C1C1C. Windows color (decimal): -16250188 or 11799048. OLE color: 11799048.
HSL color Cylindrical-coordinate representation of color #080AB4: hue angle of 239.3º 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 #080AB4 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 10 | 180 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.29 |
| HSL | 239.3º | 0.91% | 0.37% | - |
| HSV(B) | 239.3º | 0.96% | 0.71% | - |
| XYZ | 8.45 | 3.56 | 43.42 | - |
| YUV | 28.78 | 213.34 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 180 | 0.96 | 0.94 | 0 | 0.29 | 239.3 | 0.91 | 0.37 |
| Hex | 8 | A | B4 | 60 | 5E | 0 | 1D | EF | 5B | 25 |
| Octal | 10 | 12 | 264 | 140 | 136 | 0 | 35 | 357 | 133 | 45 |
| Binary | 1000 | 1010 | 10110100 | 1100000 | 1011110 | 0 | 11101 | 11101111 | 1011011 | 100101 |
Color Harmonies of #080AB4
Complementary color
Monochromatic Colors of #080AB4
Black with #080AB4
Text Example
Text Example
White with #080AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AB4; }
p { color: rgb(8,10,180); }
H1.HeaderClassName
{
color: #080AB4;
}
.AnyTagClassName
{
color: #080AB4;
}
</style>
background-color css
<style>
a { background-color: #080AB4; }
a { background-color: rgb(8,10,180); }
div.DivClassName
{
background-color: #080AB4;
}
.BgClassName
{
background-color: #080AB4;
}
</style>
border-color css
<style>
span { border-color: #080AB4; }
span { border-color: rgb(8,10,180); }
td.TdClassName
{
border-color: #080AB4;
}
.TagClassName
{
border-color: #080AB4;
}
</style>