Shades of Cerulean #007AB7
Tints of Cerulean #007AB7
RGB
CMYK
RGB Variations
Color information
#007AB7 (or 0x007AB7) is known color: Cerulean. HEX triplet: 00, 7A and B7. RGB value is (0,122,183). Sum of RGB (Red+Green+Blue) = 0+122+183=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 183 (71.88% from 255 or 60% from 305); Max value from RGB is 183 - color contains mainly: blue. Hex color #007AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AB7 is #FF8548. Grayscale: #5C5C5C. Windows color (decimal): -16745801 or 12024320. OLE color: 12024320.
HSL color Cylindrical-coordinate representation of color #007AB7: hue angle of 200º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AB7 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 122 | 183 | - |
| CMYK | 1 | 0.33 | 0 | 0.28 |
| HSL | 200º | 1% | 0.36% | - |
| HSV(B) | 200º | 1% | 0.72% | - |
| XYZ | 15.51 | 17.34 | 47.33 | - |
| YUV | 92.48 | 179.08 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 183 | 1 | 0.33 | 0 | 0.28 | 200 | 1 | 0.36 |
| Hex | 0 | 7A | B7 | 64 | 21 | 0 | 1C | C8 | 64 | 24 |
| Octal | 0 | 172 | 267 | 144 | 41 | 0 | 34 | 310 | 144 | 44 |
| Binary | 0 | 1111010 | 10110111 | 1100100 | 100001 | 0 | 11100 | 11001000 | 1100100 | 100100 |
Color Harmonies of #007AB7
Complementary color
Monochromatic Colors of #007AB7
Black with #007AB7
Text Example
Text Example
White with #007AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AB7; }
p { color: rgb(0,122,183); }
H1.HeaderClassName
{
color: #007AB7;
}
.AnyTagClassName
{
color: #007AB7;
}
</style>
background-color css
<style>
a { background-color: #007AB7; }
a { background-color: rgb(0,122,183); }
div.DivClassName
{
background-color: #007AB7;
}
.BgClassName
{
background-color: #007AB7;
}
</style>
border-color css
<style>
span { border-color: #007AB7; }
span { border-color: rgb(0,122,183); }
td.TdClassName
{
border-color: #007AB7;
}
.TagClassName
{
border-color: #007AB7;
}
</style>