Shades of Cerulean #007AB1
Tints of Cerulean #007AB1
RGB
CMYK
RGB Variations
Color information
#007AB1 (or 0x007AB1) is known color: Cerulean. HEX triplet: 00, 7A and B1. RGB value is (0,122,177). Sum of RGB (Red+Green+Blue) = 0+122+177=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 177 (69.53% from 255 or 59.20% from 299); Max value from RGB is 177 - color contains mainly: blue. Hex color #007AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AB1 is #FF854E. Grayscale: #5B5B5B. Windows color (decimal): -16745807 or 11631104. OLE color: 11631104.
HSL color Cylindrical-coordinate representation of color #007AB1: hue angle of 198.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AB1 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 122 | 177 | - |
| CMYK | 1 | 0.31 | 0 | 0.31 |
| HSL | 198.64º | 1% | 0.35% | - |
| HSV(B) | 198.64º | 1% | 0.69% | - |
| XYZ | 14.9 | 17.09 | 44.11 | - |
| YUV | 91.79 | 176.08 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 177 | 1 | 0.31 | 0 | 0.31 | 198.64 | 1 | 0.35 |
| Hex | 0 | 7A | B1 | 64 | 1F | 0 | 1F | C7 | 64 | 23 |
| Octal | 0 | 172 | 261 | 144 | 37 | 0 | 37 | 307 | 144 | 43 |
| Binary | 0 | 1111010 | 10110001 | 1100100 | 11111 | 0 | 11111 | 11000111 | 1100100 | 100011 |
Color Harmonies of #007AB1
Complementary color
Monochromatic Colors of #007AB1
Black with #007AB1
Text Example
Text Example
White with #007AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AB1; }
p { color: rgb(0,122,177); }
H1.HeaderClassName
{
color: #007AB1;
}
.AnyTagClassName
{
color: #007AB1;
}
</style>
background-color css
<style>
a { background-color: #007AB1; }
a { background-color: rgb(0,122,177); }
div.DivClassName
{
background-color: #007AB1;
}
.BgClassName
{
background-color: #007AB1;
}
</style>
border-color css
<style>
span { border-color: #007AB1; }
span { border-color: rgb(0,122,177); }
td.TdClassName
{
border-color: #007AB1;
}
.TagClassName
{
border-color: #007AB1;
}
</style>