Shades of Cerulean #007AA0
Tints of Cerulean #007AA0
RGB
CMYK
RGB Variations
Color information
#007AA0 (or 0x007AA0) is known color: Cerulean. HEX triplet: 00, 7A and A0. RGB value is (0,122,160). Sum of RGB (Red+Green+Blue) = 0+122+160=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 160 (62.89% from 255 or 56.74% from 282); Max value from RGB is 160 - color contains mainly: blue. Hex color #007AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AA0 is #FF855F. Grayscale: #595959. Windows color (decimal): -16745824 or 10516992. OLE color: 10516992.
HSL color Cylindrical-coordinate representation of color #007AA0: hue angle of 194.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AA0 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 122 | 160 | - |
| CMYK | 1 | 0.24 | 0 | 0.37 |
| HSL | 194.25º | 1% | 0.31% | - |
| HSV(B) | 194.25º | 1% | 0.63% | - |
| XYZ | 13.3 | 16.46 | 35.73 | - |
| YUV | 89.85 | 167.58 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 160 | 1 | 0.24 | 0 | 0.37 | 194.25 | 1 | 0.31 |
| Hex | 0 | 7A | A0 | 64 | 18 | 0 | 25 | C2 | 64 | 1F |
| Octal | 0 | 172 | 240 | 144 | 30 | 0 | 45 | 302 | 144 | 37 |
| Binary | 0 | 1111010 | 10100000 | 1100100 | 11000 | 0 | 100101 | 11000010 | 1100100 | 11111 |
Color Harmonies of #007AA0
Complementary color
Monochromatic Colors of #007AA0
Black with #007AA0
Text Example
Text Example
White with #007AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AA0; }
p { color: rgb(0,122,160); }
H1.HeaderClassName
{
color: #007AA0;
}
.AnyTagClassName
{
color: #007AA0;
}
</style>
background-color css
<style>
a { background-color: #007AA0; }
a { background-color: rgb(0,122,160); }
div.DivClassName
{
background-color: #007AA0;
}
.BgClassName
{
background-color: #007AA0;
}
</style>
border-color css
<style>
span { border-color: #007AA0; }
span { border-color: rgb(0,122,160); }
td.TdClassName
{
border-color: #007AA0;
}
.TagClassName
{
border-color: #007AA0;
}
</style>