Shades of Cerulean #007AA8
Tints of Cerulean #007AA8
RGB
CMYK
RGB Variations
Color information
#007AA8 (or 0x007AA8) is known color: Cerulean. HEX triplet: 00, 7A and A8. RGB value is (0,122,168). Sum of RGB (Red+Green+Blue) = 0+122+168=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 168 (66.02% from 255 or 57.93% from 290); Max value from RGB is 168 - color contains mainly: blue. Hex color #007AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AA8 is #FF8557. Grayscale: #5A5A5A. Windows color (decimal): -16745816 or 11041280. OLE color: 11041280.
HSL color Cylindrical-coordinate representation of color #007AA8: hue angle of 196.43º 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 #007AA8 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 122 | 168 | - |
| CMYK | 1 | 0.27 | 0 | 0.34 |
| HSL | 196.43º | 1% | 0.33% | - |
| HSV(B) | 196.43º | 1% | 0.66% | - |
| XYZ | 14.03 | 16.75 | 39.54 | - |
| YUV | 90.77 | 171.58 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 168 | 1 | 0.27 | 0 | 0.34 | 196.43 | 1 | 0.33 |
| Hex | 0 | 7A | A8 | 64 | 1B | 0 | 22 | C4 | 64 | 21 |
| Octal | 0 | 172 | 250 | 144 | 33 | 0 | 42 | 304 | 144 | 41 |
| Binary | 0 | 1111010 | 10101000 | 1100100 | 11011 | 0 | 100010 | 11000100 | 1100100 | 100001 |
Color Harmonies of #007AA8
Complementary color
Monochromatic Colors of #007AA8
Black with #007AA8
Text Example
Text Example
White with #007AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AA8; }
p { color: rgb(0,122,168); }
H1.HeaderClassName
{
color: #007AA8;
}
.AnyTagClassName
{
color: #007AA8;
}
</style>
background-color css
<style>
a { background-color: #007AA8; }
a { background-color: rgb(0,122,168); }
div.DivClassName
{
background-color: #007AA8;
}
.BgClassName
{
background-color: #007AA8;
}
</style>
border-color css
<style>
span { border-color: #007AA8; }
span { border-color: rgb(0,122,168); }
td.TdClassName
{
border-color: #007AA8;
}
.TagClassName
{
border-color: #007AA8;
}
</style>