Shades of New Midnight Blue #0700AA
Tints of New Midnight Blue #0700AA
RGB
CMYK
RGB Variations
Color information
#0700AA (or 0x0700AA) is known color: New Midnight Blue. HEX triplet: 07, 00 and AA. RGB value is (7,0,170). Sum of RGB (Red+Green+Blue) = 7+0+170=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 170 (66.80% from 255 or 96.05% from 177); Max value from RGB is 170 - color contains mainly: blue. Hex color #0700AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0700AA is #F8FF55. Grayscale: #141414. Windows color (decimal): -16318294 or 11141127. OLE color: 11141127.
HSL color Cylindrical-coordinate representation of color #0700AA: hue angle of 242.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700AA is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 0 | 170 | - |
| CMYK | 0.96 | 1 | 0 | 0.33 |
| HSL | 242.47º | 1% | 0.33% | - |
| HSV(B) | 242.47º | 1% | 0.67% | - |
| XYZ | 7.34 | 2.95 | 38.21 | - |
| YUV | 21.47 | 211.82 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 170 | 0.96 | 1 | 0 | 0.33 | 242.47 | 1 | 0.33 |
| Hex | 7 | 0 | AA | 60 | 64 | 0 | 21 | F2 | 64 | 21 |
| Octal | 7 | 0 | 252 | 140 | 144 | 0 | 41 | 362 | 144 | 41 |
| Binary | 111 | 0 | 10101010 | 1100000 | 1100100 | 0 | 100001 | 11110010 | 1100100 | 100001 |
Color Harmonies of #0700AA
Complementary color
Monochromatic Colors of #0700AA
Black with #0700AA
Text Example
Text Example
White with #0700AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700AA; }
p { color: rgb(7,0,170); }
H1.HeaderClassName
{
color: #0700AA;
}
.AnyTagClassName
{
color: #0700AA;
}
</style>
background-color css
<style>
a { background-color: #0700AA; }
a { background-color: rgb(7,0,170); }
div.DivClassName
{
background-color: #0700AA;
}
.BgClassName
{
background-color: #0700AA;
}
</style>
border-color css
<style>
span { border-color: #0700AA; }
span { border-color: rgb(7,0,170); }
td.TdClassName
{
border-color: #0700AA;
}
.TagClassName
{
border-color: #0700AA;
}
</style>