Shades of New Midnight Blue #080CAA
Tints of New Midnight Blue #080CAA
RGB
CMYK
RGB Variations
Color information
#080CAA (or 0x080CAA) is known color: New Midnight Blue. HEX triplet: 08, 0C and AA. RGB value is (8,12,170). Sum of RGB (Red+Green+Blue) = 8+12+170=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 170 (66.80% from 255 or 89.47% from 190); Max value from RGB is 170 - color contains mainly: blue. Hex color #080CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080CAA is #F7F355. Grayscale: #1C1C1C. Windows color (decimal): -16249686 or 11144200. OLE color: 11144200.
HSL color Cylindrical-coordinate representation of color #080CAA: hue angle of 238.52º 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 #080CAA is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 12 | 170 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.33 |
| HSL | 238.52º | 0.91% | 0.35% | - |
| HSV(B) | 238.52º | 0.95% | 0.67% | - |
| XYZ | 7.49 | 3.22 | 38.26 | - |
| YUV | 28.82 | 207.67 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 170 | 0.95 | 0.93 | 0 | 0.33 | 238.52 | 0.91 | 0.35 |
| Hex | 8 | C | AA | 5F | 5D | 0 | 21 | EF | 5B | 23 |
| Octal | 10 | 14 | 252 | 137 | 135 | 0 | 41 | 357 | 133 | 43 |
| Binary | 1000 | 1100 | 10101010 | 1011111 | 1011101 | 0 | 100001 | 11101111 | 1011011 | 100011 |
Color Harmonies of #080CAA
Complementary color
Monochromatic Colors of #080CAA
Black with #080CAA
Text Example
Text Example
White with #080CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CAA; }
p { color: rgb(8,12,170); }
H1.HeaderClassName
{
color: #080CAA;
}
.AnyTagClassName
{
color: #080CAA;
}
</style>
background-color css
<style>
a { background-color: #080CAA; }
a { background-color: rgb(8,12,170); }
div.DivClassName
{
background-color: #080CAA;
}
.BgClassName
{
background-color: #080CAA;
}
</style>
border-color css
<style>
span { border-color: #080CAA; }
span { border-color: rgb(8,12,170); }
td.TdClassName
{
border-color: #080CAA;
}
.TagClassName
{
border-color: #080CAA;
}
</style>