Shades of Cerulean #047EA0
Tints of Cerulean #047EA0
RGB
CMYK
RGB Variations
Color information
#047EA0 (or 0x047EA0) is known color: Cerulean. HEX triplet: 04, 7E and A0. RGB value is (4,126,160). Sum of RGB (Red+Green+Blue) = 4+126+160=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #047EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047EA0 is #FB815F. Grayscale: #5D5D5D. Windows color (decimal): -16482656 or 10518020. OLE color: 10518020.
HSL color Cylindrical-coordinate representation of color #047EA0: hue angle of 193.08º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047EA0 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 126 | 160 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.37 |
| HSL | 193.08º | 0.95% | 0.32% | - |
| HSV(B) | 193.08º | 0.98% | 0.63% | - |
| XYZ | 13.86 | 17.49 | 35.9 | - |
| YUV | 93.4 | 165.58 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 160 | 0.98 | 0.21 | 0 | 0.37 | 193.08 | 0.95 | 0.32 |
| Hex | 4 | 7E | A0 | 62 | 15 | 0 | 25 | C1 | 5F | 20 |
| Octal | 4 | 176 | 240 | 142 | 25 | 0 | 45 | 301 | 137 | 40 |
| Binary | 100 | 1111110 | 10100000 | 1100010 | 10101 | 0 | 100101 | 11000001 | 1011111 | 100000 |
Color Harmonies of #047EA0
Complementary color
Monochromatic Colors of #047EA0
Black with #047EA0
Text Example
Text Example
White with #047EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047EA0; }
p { color: rgb(4,126,160); }
H1.HeaderClassName
{
color: #047EA0;
}
.AnyTagClassName
{
color: #047EA0;
}
</style>
background-color css
<style>
a { background-color: #047EA0; }
a { background-color: rgb(4,126,160); }
div.DivClassName
{
background-color: #047EA0;
}
.BgClassName
{
background-color: #047EA0;
}
</style>
border-color css
<style>
span { border-color: #047EA0; }
span { border-color: rgb(4,126,160); }
td.TdClassName
{
border-color: #047EA0;
}
.TagClassName
{
border-color: #047EA0;
}
</style>