Shades of Cerulean #047CA8
Tints of Cerulean #047CA8
RGB
CMYK
RGB Variations
Color information
#047CA8 (or 0x047CA8) is known color: Cerulean. HEX triplet: 04, 7C and A8. RGB value is (4,124,168). Sum of RGB (Red+Green+Blue) = 4+124+168=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #047CA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047CA8 is #FB8357. Grayscale: #5C5C5C. Windows color (decimal): -16483160 or 11041796. OLE color: 11041796.
HSL color Cylindrical-coordinate representation of color #047CA8: hue angle of 196.1º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CA8 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 124 | 168 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.34 |
| HSL | 196.1º | 0.95% | 0.34% | - |
| HSV(B) | 196.1º | 0.98% | 0.66% | - |
| XYZ | 14.33 | 17.27 | 39.62 | - |
| YUV | 93.14 | 170.24 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 168 | 0.98 | 0.26 | 0 | 0.34 | 196.1 | 0.95 | 0.34 |
| Hex | 4 | 7C | A8 | 62 | 1A | 0 | 22 | C4 | 5F | 22 |
| Octal | 4 | 174 | 250 | 142 | 32 | 0 | 42 | 304 | 137 | 42 |
| Binary | 100 | 1111100 | 10101000 | 1100010 | 11010 | 0 | 100010 | 11000100 | 1011111 | 100010 |
Color Harmonies of #047CA8
Complementary color
Monochromatic Colors of #047CA8
Black with #047CA8
Text Example
Text Example
White with #047CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CA8; }
p { color: rgb(4,124,168); }
H1.HeaderClassName
{
color: #047CA8;
}
.AnyTagClassName
{
color: #047CA8;
}
</style>
background-color css
<style>
a { background-color: #047CA8; }
a { background-color: rgb(4,124,168); }
div.DivClassName
{
background-color: #047CA8;
}
.BgClassName
{
background-color: #047CA8;
}
</style>
border-color css
<style>
span { border-color: #047CA8; }
span { border-color: rgb(4,124,168); }
td.TdClassName
{
border-color: #047CA8;
}
.TagClassName
{
border-color: #047CA8;
}
</style>