Shades of Cerulean #047DA0
Tints of Cerulean #047DA0
RGB
CMYK
RGB Variations
Color information
#047DA0 (or 0x047DA0) is known color: Cerulean. HEX triplet: 04, 7D and A0. RGB value is (4,125,160). Sum of RGB (Red+Green+Blue) = 4+125+160=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #047DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047DA0 is #FB825F. Grayscale: #5C5C5C. Windows color (decimal): -16482912 or 10517764. OLE color: 10517764.
HSL color Cylindrical-coordinate representation of color #047DA0: hue angle of 193.46º 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 #047DA0 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 125 | 160 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.37 |
| HSL | 193.46º | 0.95% | 0.32% | - |
| HSV(B) | 193.46º | 0.98% | 0.63% | - |
| XYZ | 13.73 | 17.23 | 35.86 | - |
| YUV | 92.81 | 165.91 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 160 | 0.98 | 0.22 | 0 | 0.37 | 193.46 | 0.95 | 0.32 |
| Hex | 4 | 7D | A0 | 62 | 16 | 0 | 25 | C1 | 5F | 20 |
| Octal | 4 | 175 | 240 | 142 | 26 | 0 | 45 | 301 | 137 | 40 |
| Binary | 100 | 1111101 | 10100000 | 1100010 | 10110 | 0 | 100101 | 11000001 | 1011111 | 100000 |
Color Harmonies of #047DA0
Complementary color
Monochromatic Colors of #047DA0
Black with #047DA0
Text Example
Text Example
White with #047DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DA0; }
p { color: rgb(4,125,160); }
H1.HeaderClassName
{
color: #047DA0;
}
.AnyTagClassName
{
color: #047DA0;
}
</style>
background-color css
<style>
a { background-color: #047DA0; }
a { background-color: rgb(4,125,160); }
div.DivClassName
{
background-color: #047DA0;
}
.BgClassName
{
background-color: #047DA0;
}
</style>
border-color css
<style>
span { border-color: #047DA0; }
span { border-color: rgb(4,125,160); }
td.TdClassName
{
border-color: #047DA0;
}
.TagClassName
{
border-color: #047DA0;
}
</style>