Shades of New Midnight Blue #080AA3
Tints of New Midnight Blue #080AA3
RGB
CMYK
RGB Variations
Color information
#080AA3 (or 0x080AA3) is known color: New Midnight Blue. HEX triplet: 08, 0A and A3. RGB value is (8,10,163). Sum of RGB (Red+Green+Blue) = 8+10+163=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 163 (64.06% from 255 or 90.06% from 181); Max value from RGB is 163 - color contains mainly: blue. Hex color #080AA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080AA3 is #F7F55C. Grayscale: #1A1A1A. Windows color (decimal): -16250205 or 10684936. OLE color: 10684936.
HSL color Cylindrical-coordinate representation of color #080AA3: hue angle of 239.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080AA3 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 10 | 163 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.36 |
| HSL | 239.23º | 0.91% | 0.34% | - |
| HSV(B) | 239.23º | 0.95% | 0.64% | - |
| XYZ | 6.82 | 2.91 | 34.85 | - |
| YUV | 26.84 | 204.84 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 163 | 0.95 | 0.94 | 0 | 0.36 | 239.23 | 0.91 | 0.34 |
| Hex | 8 | A | A3 | 5F | 5E | 0 | 24 | EF | 5B | 22 |
| Octal | 10 | 12 | 243 | 137 | 136 | 0 | 44 | 357 | 133 | 42 |
| Binary | 1000 | 1010 | 10100011 | 1011111 | 1011110 | 0 | 100100 | 11101111 | 1011011 | 100010 |
Color Harmonies of #080AA3
Complementary color
Monochromatic Colors of #080AA3
Black with #080AA3
Text Example
Text Example
White with #080AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AA3; }
p { color: rgb(8,10,163); }
H1.HeaderClassName
{
color: #080AA3;
}
.AnyTagClassName
{
color: #080AA3;
}
</style>
background-color css
<style>
a { background-color: #080AA3; }
a { background-color: rgb(8,10,163); }
div.DivClassName
{
background-color: #080AA3;
}
.BgClassName
{
background-color: #080AA3;
}
</style>
border-color css
<style>
span { border-color: #080AA3; }
span { border-color: rgb(8,10,163); }
td.TdClassName
{
border-color: #080AA3;
}
.TagClassName
{
border-color: #080AA3;
}
</style>