Shades of Cerulean #007EA0
Tints of Cerulean #007EA0
RGB
CMYK
RGB Variations
Color information
#007EA0 (or 0x007EA0) is known color: Cerulean. HEX triplet: 00, 7E and A0. RGB value is (0,126,160). Sum of RGB (Red+Green+Blue) = 0+126+160=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 160 (62.89% from 255 or 55.94% from 286); Max value from RGB is 160 - color contains mainly: blue. Hex color #007EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007EA0 is #FF815F. Grayscale: #5B5B5B. Windows color (decimal): -16744800 or 10518016. OLE color: 10518016.
HSL color Cylindrical-coordinate representation of color #007EA0: hue angle of 192.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EA0 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 126 | 160 | - |
| CMYK | 1 | 0.21 | 0 | 0.37 |
| HSL | 192.75º | 1% | 0.31% | - |
| HSV(B) | 192.75º | 1% | 0.63% | - |
| XYZ | 13.81 | 17.46 | 35.9 | - |
| YUV | 92.2 | 166.26 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 160 | 1 | 0.21 | 0 | 0.37 | 192.75 | 1 | 0.31 |
| Hex | 0 | 7E | A0 | 64 | 15 | 0 | 25 | C1 | 64 | 1F |
| Octal | 0 | 176 | 240 | 144 | 25 | 0 | 45 | 301 | 144 | 37 |
| Binary | 0 | 1111110 | 10100000 | 1100100 | 10101 | 0 | 100101 | 11000001 | 1100100 | 11111 |
Color Harmonies of #007EA0
Complementary color
Monochromatic Colors of #007EA0
Black with #007EA0
Text Example
Text Example
White with #007EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EA0; }
p { color: rgb(0,126,160); }
H1.HeaderClassName
{
color: #007EA0;
}
.AnyTagClassName
{
color: #007EA0;
}
</style>
background-color css
<style>
a { background-color: #007EA0; }
a { background-color: rgb(0,126,160); }
div.DivClassName
{
background-color: #007EA0;
}
.BgClassName
{
background-color: #007EA0;
}
</style>
border-color css
<style>
span { border-color: #007EA0; }
span { border-color: rgb(0,126,160); }
td.TdClassName
{
border-color: #007EA0;
}
.TagClassName
{
border-color: #007EA0;
}
</style>