Shades of New Midnight Blue #080BAA
Tints of New Midnight Blue #080BAA
RGB
CMYK
RGB Variations
Color information
#080BAA (or 0x080BAA) is known color: New Midnight Blue. HEX triplet: 08, 0B and AA. RGB value is (8,11,170). Sum of RGB (Red+Green+Blue) = 8+11+170=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #080BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080BAA is #F7F455. Grayscale: #1B1B1B. Windows color (decimal): -16249942 or 11143944. OLE color: 11143944.
HSL color Cylindrical-coordinate representation of color #080BAA: hue angle of 238.89º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080BAA is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 11 | 170 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.33 |
| HSL | 238.89º | 0.91% | 0.35% | - |
| HSV(B) | 238.89º | 0.95% | 0.67% | - |
| XYZ | 7.48 | 3.19 | 38.25 | - |
| YUV | 28.23 | 208.01 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 170 | 0.95 | 0.94 | 0 | 0.33 | 238.89 | 0.91 | 0.35 |
| Hex | 8 | B | AA | 5F | 5E | 0 | 21 | EF | 5B | 23 |
| Octal | 10 | 13 | 252 | 137 | 136 | 0 | 41 | 357 | 133 | 43 |
| Binary | 1000 | 1011 | 10101010 | 1011111 | 1011110 | 0 | 100001 | 11101111 | 1011011 | 100011 |
Color Harmonies of #080BAA
Complementary color
Monochromatic Colors of #080BAA
Black with #080BAA
Text Example
Text Example
White with #080BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BAA; }
p { color: rgb(8,11,170); }
H1.HeaderClassName
{
color: #080BAA;
}
.AnyTagClassName
{
color: #080BAA;
}
</style>
background-color css
<style>
a { background-color: #080BAA; }
a { background-color: rgb(8,11,170); }
div.DivClassName
{
background-color: #080BAA;
}
.BgClassName
{
background-color: #080BAA;
}
</style>
border-color css
<style>
span { border-color: #080BAA; }
span { border-color: rgb(8,11,170); }
td.TdClassName
{
border-color: #080BAA;
}
.TagClassName
{
border-color: #080BAA;
}
</style>