Shades of New Midnight Blue #0707AA
Tints of New Midnight Blue #0707AA
RGB
CMYK
RGB Variations
Color information
#0707AA (or 0x0707AA) is known color: New Midnight Blue. HEX triplet: 07, 07 and AA. RGB value is (7,7,170). Sum of RGB (Red+Green+Blue) = 7+7+170=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 170 (66.80% from 255 or 92.39% from 184); Max value from RGB is 170 - color contains mainly: blue. Hex color #0707AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0707AA is #F8F855. Grayscale: #181818. Windows color (decimal): -16316502 or 11142919. OLE color: 11142919.
HSL color Cylindrical-coordinate representation of color #0707AA: hue angle of 240º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0707AA is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 7 | 170 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.33 |
| HSL | 240º | 0.92% | 0.35% | - |
| HSV(B) | 240º | 0.96% | 0.67% | - |
| XYZ | 7.42 | 3.1 | 38.24 | - |
| YUV | 25.58 | 209.5 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 170 | 0.96 | 0.96 | 0 | 0.33 | 240 | 0.92 | 0.35 |
| Hex | 7 | 7 | AA | 60 | 60 | 0 | 21 | F0 | 5C | 23 |
| Octal | 7 | 7 | 252 | 140 | 140 | 0 | 41 | 360 | 134 | 43 |
| Binary | 111 | 111 | 10101010 | 1100000 | 1100000 | 0 | 100001 | 11110000 | 1011100 | 100011 |
Color Harmonies of #0707AA
Complementary color
Monochromatic Colors of #0707AA
Black with #0707AA
Text Example
Text Example
White with #0707AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0707AA; }
p { color: rgb(7,7,170); }
H1.HeaderClassName
{
color: #0707AA;
}
.AnyTagClassName
{
color: #0707AA;
}
</style>
background-color css
<style>
a { background-color: #0707AA; }
a { background-color: rgb(7,7,170); }
div.DivClassName
{
background-color: #0707AA;
}
.BgClassName
{
background-color: #0707AA;
}
</style>
border-color css
<style>
span { border-color: #0707AA; }
span { border-color: rgb(7,7,170); }
td.TdClassName
{
border-color: #0707AA;
}
.TagClassName
{
border-color: #0707AA;
}
</style>