Shades of Cerulean #047EAA
Tints of Cerulean #047EAA
RGB
CMYK
RGB Variations
Color information
#047EAA (or 0x047EAA) is known color: Cerulean. HEX triplet: 04, 7E and AA. RGB value is (4,126,170). Sum of RGB (Red+Green+Blue) = 4+126+170=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #047EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047EAA is #FB8155. Grayscale: #5E5E5E. Windows color (decimal): -16482646 or 11173380. OLE color: 11173380.
HSL color Cylindrical-coordinate representation of color #047EAA: hue angle of 195.9º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047EAA is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 126 | 170 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.33 |
| HSL | 195.9º | 0.95% | 0.34% | - |
| HSV(B) | 195.9º | 0.98% | 0.67% | - |
| XYZ | 14.77 | 17.85 | 40.7 | - |
| YUV | 94.54 | 170.58 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 170 | 0.98 | 0.26 | 0 | 0.33 | 195.9 | 0.95 | 0.34 |
| Hex | 4 | 7E | AA | 62 | 1A | 0 | 21 | C4 | 5F | 22 |
| Octal | 4 | 176 | 252 | 142 | 32 | 0 | 41 | 304 | 137 | 42 |
| Binary | 100 | 1111110 | 10101010 | 1100010 | 11010 | 0 | 100001 | 11000100 | 1011111 | 100010 |
Color Harmonies of #047EAA
Complementary color
Monochromatic Colors of #047EAA
Black with #047EAA
Text Example
Text Example
White with #047EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047EAA; }
p { color: rgb(4,126,170); }
H1.HeaderClassName
{
color: #047EAA;
}
.AnyTagClassName
{
color: #047EAA;
}
</style>
background-color css
<style>
a { background-color: #047EAA; }
a { background-color: rgb(4,126,170); }
div.DivClassName
{
background-color: #047EAA;
}
.BgClassName
{
background-color: #047EAA;
}
</style>
border-color css
<style>
span { border-color: #047EAA; }
span { border-color: rgb(4,126,170); }
td.TdClassName
{
border-color: #047EAA;
}
.TagClassName
{
border-color: #047EAA;
}
</style>