Shades of Cerulean #007AA9
Tints of Cerulean #007AA9
RGB
CMYK
RGB Variations
Color information
#007AA9 (or 0x007AA9) is known color: Cerulean. HEX triplet: 00, 7A and A9. RGB value is (0,122,169). Sum of RGB (Red+Green+Blue) = 0+122+169=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #007AA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AA9 is #FF8556. Grayscale: #5A5A5A. Windows color (decimal): -16745815 or 11106816. OLE color: 11106816.
HSL color Cylindrical-coordinate representation of color #007AA9: hue angle of 196.69º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AA9 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 122 | 169 | - |
| CMYK | 1 | 0.28 | 0 | 0.34 |
| HSL | 196.69º | 1% | 0.33% | - |
| HSV(B) | 196.69º | 1% | 0.66% | - |
| XYZ | 14.12 | 16.78 | 40.03 | - |
| YUV | 90.88 | 172.08 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 169 | 1 | 0.28 | 0 | 0.34 | 196.69 | 1 | 0.33 |
| Hex | 0 | 7A | A9 | 64 | 1C | 0 | 22 | C5 | 64 | 21 |
| Octal | 0 | 172 | 251 | 144 | 34 | 0 | 42 | 305 | 144 | 41 |
| Binary | 0 | 1111010 | 10101001 | 1100100 | 11100 | 0 | 100010 | 11000101 | 1100100 | 100001 |
Color Harmonies of #007AA9
Complementary color
Monochromatic Colors of #007AA9
Black with #007AA9
Text Example
Text Example
White with #007AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AA9; }
p { color: rgb(0,122,169); }
H1.HeaderClassName
{
color: #007AA9;
}
.AnyTagClassName
{
color: #007AA9;
}
</style>
background-color css
<style>
a { background-color: #007AA9; }
a { background-color: rgb(0,122,169); }
div.DivClassName
{
background-color: #007AA9;
}
.BgClassName
{
background-color: #007AA9;
}
</style>
border-color css
<style>
span { border-color: #007AA9; }
span { border-color: rgb(0,122,169); }
td.TdClassName
{
border-color: #007AA9;
}
.TagClassName
{
border-color: #007AA9;
}
</style>