Shades of Cerulean #007A9A
Tints of Cerulean #007A9A
RGB
CMYK
RGB Variations
Color information
#007A9A (or 0x007A9A) is known color: Cerulean. HEX triplet: 00, 7A and 9A. RGB value is (0,122,154). Sum of RGB (Red+Green+Blue) = 0+122+154=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #007A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A9A is #FF8565. Grayscale: #585858. Windows color (decimal): -16745830 or 10123776. OLE color: 10123776.
HSL color Cylindrical-coordinate representation of color #007A9A: hue angle of 192.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A9A is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 122 | 154 | - |
| CMYK | 1 | 0.21 | 0 | 0.40 |
| HSL | 192.47º | 1% | 0.3% | - |
| HSV(B) | 192.47º | 1% | 0.6% | - |
| XYZ | 12.79 | 16.25 | 33.03 | - |
| YUV | 89.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 154 | 1 | 0.21 | 0 | 0.40 | 192.47 | 1 | 0.3 |
| Hex | 0 | 7A | 9A | 64 | 15 | 0 | 28 | C0 | 64 | 1E |
| Octal | 0 | 172 | 232 | 144 | 25 | 0 | 50 | 300 | 144 | 36 |
| Binary | 0 | 1111010 | 10011010 | 1100100 | 10101 | 0 | 101000 | 11000000 | 1100100 | 11110 |
Color Harmonies of #007A9A
Complementary color
Monochromatic Colors of #007A9A
Black with #007A9A
Text Example
Text Example
White with #007A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A9A; }
p { color: rgb(0,122,154); }
H1.HeaderClassName
{
color: #007A9A;
}
.AnyTagClassName
{
color: #007A9A;
}
</style>
background-color css
<style>
a { background-color: #007A9A; }
a { background-color: rgb(0,122,154); }
div.DivClassName
{
background-color: #007A9A;
}
.BgClassName
{
background-color: #007A9A;
}
</style>
border-color css
<style>
span { border-color: #007A9A; }
span { border-color: rgb(0,122,154); }
td.TdClassName
{
border-color: #007A9A;
}
.TagClassName
{
border-color: #007A9A;
}
</style>