Shades of Cerulean #007AAF
Tints of Cerulean #007AAF
RGB
CMYK
RGB Variations
Color information
#007AAF (or 0x007AAF) is known color: Cerulean. HEX triplet: 00, 7A and AF. RGB value is (0,122,175). Sum of RGB (Red+Green+Blue) = 0+122+175=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #007AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AAF is #FF8550. Grayscale: #5B5B5B. Windows color (decimal): -16745809 or 11500032. OLE color: 11500032.
HSL color Cylindrical-coordinate representation of color #007AAF: hue angle of 198.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AAF is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 122 | 175 | - |
| CMYK | 1 | 0.30 | 0 | 0.31 |
| HSL | 198.17º | 1% | 0.34% | - |
| HSV(B) | 198.17º | 1% | 0.69% | - |
| XYZ | 14.7 | 17.01 | 43.07 | - |
| YUV | 91.56 | 175.08 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 175 | 1 | 0.30 | 0 | 0.31 | 198.17 | 1 | 0.34 |
| Hex | 0 | 7A | AF | 64 | 1E | 0 | 1F | C6 | 64 | 22 |
| Octal | 0 | 172 | 257 | 144 | 36 | 0 | 37 | 306 | 144 | 42 |
| Binary | 0 | 1111010 | 10101111 | 1100100 | 11110 | 0 | 11111 | 11000110 | 1100100 | 100010 |
Color Harmonies of #007AAF
Complementary color
Monochromatic Colors of #007AAF
Black with #007AAF
Text Example
Text Example
White with #007AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AAF; }
p { color: rgb(0,122,175); }
H1.HeaderClassName
{
color: #007AAF;
}
.AnyTagClassName
{
color: #007AAF;
}
</style>
background-color css
<style>
a { background-color: #007AAF; }
a { background-color: rgb(0,122,175); }
div.DivClassName
{
background-color: #007AAF;
}
.BgClassName
{
background-color: #007AAF;
}
</style>
border-color css
<style>
span { border-color: #007AAF; }
span { border-color: rgb(0,122,175); }
td.TdClassName
{
border-color: #007AAF;
}
.TagClassName
{
border-color: #007AAF;
}
</style>