Shades of Cerulean #007AA5
Tints of Cerulean #007AA5
RGB
CMYK
RGB Variations
Color information
#007AA5 (or 0x007AA5) is known color: Cerulean. HEX triplet: 00, 7A and A5. RGB value is (0,122,165). Sum of RGB (Red+Green+Blue) = 0+122+165=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 165 (64.84% from 255 or 57.49% from 287); Max value from RGB is 165 - color contains mainly: blue. Hex color #007AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AA5 is #FF855A. Grayscale: #5A5A5A. Windows color (decimal): -16745819 or 10844672. OLE color: 10844672.
HSL color Cylindrical-coordinate representation of color #007AA5: hue angle of 195.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AA5 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 122 | 165 | - |
| CMYK | 1 | 0.26 | 0 | 0.35 |
| HSL | 195.64º | 1% | 0.32% | - |
| HSV(B) | 195.64º | 1% | 0.65% | - |
| XYZ | 13.75 | 16.64 | 38.08 | - |
| YUV | 90.42 | 170.08 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 165 | 1 | 0.26 | 0 | 0.35 | 195.64 | 1 | 0.32 |
| Hex | 0 | 7A | A5 | 64 | 1A | 0 | 23 | C4 | 64 | 20 |
| Octal | 0 | 172 | 245 | 144 | 32 | 0 | 43 | 304 | 144 | 40 |
| Binary | 0 | 1111010 | 10100101 | 1100100 | 11010 | 0 | 100011 | 11000100 | 1100100 | 100000 |
Color Harmonies of #007AA5
Complementary color
Monochromatic Colors of #007AA5
Black with #007AA5
Text Example
Text Example
White with #007AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AA5; }
p { color: rgb(0,122,165); }
H1.HeaderClassName
{
color: #007AA5;
}
.AnyTagClassName
{
color: #007AA5;
}
</style>
background-color css
<style>
a { background-color: #007AA5; }
a { background-color: rgb(0,122,165); }
div.DivClassName
{
background-color: #007AA5;
}
.BgClassName
{
background-color: #007AA5;
}
</style>
border-color css
<style>
span { border-color: #007AA5; }
span { border-color: rgb(0,122,165); }
td.TdClassName
{
border-color: #007AA5;
}
.TagClassName
{
border-color: #007AA5;
}
</style>