Shades of New Midnight Blue #080AAA
Tints of New Midnight Blue #080AAA
RGB
CMYK
RGB Variations
Color information
#080AAA (or 0x080AAA) is known color: New Midnight Blue. HEX triplet: 08, 0A and AA. RGB value is (8,10,170). Sum of RGB (Red+Green+Blue) = 8+10+170=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 170 (66.80% from 255 or 90.43% from 188); Max value from RGB is 170 - color contains mainly: blue. Hex color #080AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080AAA is #F7F555. Grayscale: #1B1B1B. Windows color (decimal): -16250198 or 11143688. OLE color: 11143688.
HSL color Cylindrical-coordinate representation of color #080AAA: hue angle of 239.26º 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 #080AAA is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 10 | 170 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.33 |
| HSL | 239.26º | 0.91% | 0.35% | - |
| HSV(B) | 239.26º | 0.95% | 0.67% | - |
| XYZ | 7.46 | 3.17 | 38.25 | - |
| YUV | 27.64 | 208.34 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 170 | 0.95 | 0.94 | 0 | 0.33 | 239.26 | 0.91 | 0.35 |
| Hex | 8 | A | AA | 5F | 5E | 0 | 21 | EF | 5B | 23 |
| Octal | 10 | 12 | 252 | 137 | 136 | 0 | 41 | 357 | 133 | 43 |
| Binary | 1000 | 1010 | 10101010 | 1011111 | 1011110 | 0 | 100001 | 11101111 | 1011011 | 100011 |
Color Harmonies of #080AAA
Complementary color
Monochromatic Colors of #080AAA
Black with #080AAA
Text Example
Text Example
White with #080AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AAA; }
p { color: rgb(8,10,170); }
H1.HeaderClassName
{
color: #080AAA;
}
.AnyTagClassName
{
color: #080AAA;
}
</style>
background-color css
<style>
a { background-color: #080AAA; }
a { background-color: rgb(8,10,170); }
div.DivClassName
{
background-color: #080AAA;
}
.BgClassName
{
background-color: #080AAA;
}
</style>
border-color css
<style>
span { border-color: #080AAA; }
span { border-color: rgb(8,10,170); }
td.TdClassName
{
border-color: #080AAA;
}
.TagClassName
{
border-color: #080AAA;
}
</style>