Shades of Cerulean #007AB5
Tints of Cerulean #007AB5
RGB
CMYK
RGB Variations
Color information
#007AB5 (or 0x007AB5) is known color: Cerulean. HEX triplet: 00, 7A and B5. RGB value is (0,122,181). Sum of RGB (Red+Green+Blue) = 0+122+181=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 181 (71.09% from 255 or 59.74% from 303); Max value from RGB is 181 - color contains mainly: blue. Hex color #007AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AB5 is #FF854A. Grayscale: #5B5B5B. Windows color (decimal): -16745803 or 11893248. OLE color: 11893248.
HSL color Cylindrical-coordinate representation of color #007AB5: hue angle of 199.56º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AB5 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 122 | 181 | - |
| CMYK | 1 | 0.33 | 0 | 0.29 |
| HSL | 199.56º | 1% | 0.35% | - |
| HSV(B) | 199.56º | 1% | 0.71% | - |
| XYZ | 15.3 | 17.26 | 46.24 | - |
| YUV | 92.25 | 178.08 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 181 | 1 | 0.33 | 0 | 0.29 | 199.56 | 1 | 0.35 |
| Hex | 0 | 7A | B5 | 64 | 21 | 0 | 1D | C8 | 64 | 23 |
| Octal | 0 | 172 | 265 | 144 | 41 | 0 | 35 | 310 | 144 | 43 |
| Binary | 0 | 1111010 | 10110101 | 1100100 | 100001 | 0 | 11101 | 11001000 | 1100100 | 100011 |
Color Harmonies of #007AB5
Complementary color
Monochromatic Colors of #007AB5
Black with #007AB5
Text Example
Text Example
White with #007AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AB5; }
p { color: rgb(0,122,181); }
H1.HeaderClassName
{
color: #007AB5;
}
.AnyTagClassName
{
color: #007AB5;
}
</style>
background-color css
<style>
a { background-color: #007AB5; }
a { background-color: rgb(0,122,181); }
div.DivClassName
{
background-color: #007AB5;
}
.BgClassName
{
background-color: #007AB5;
}
</style>
border-color css
<style>
span { border-color: #007AB5; }
span { border-color: rgb(0,122,181); }
td.TdClassName
{
border-color: #007AB5;
}
.TagClassName
{
border-color: #007AB5;
}
</style>