Shades of Cerulean #047CB7
Tints of Cerulean #047CB7
RGB
CMYK
RGB Variations
Color information
#047CB7 (or 0x047CB7) is known color: Cerulean. HEX triplet: 04, 7C and B7. RGB value is (4,124,183). Sum of RGB (Red+Green+Blue) = 4+124+183=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #047CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CB7 is #FB8348. Grayscale: #5E5E5E. Windows color (decimal): -16483145 or 12024836. OLE color: 12024836.
HSL color Cylindrical-coordinate representation of color #047CB7: hue angle of 199.78º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CB7 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 124 | 183 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.28 |
| HSL | 199.78º | 0.96% | 0.37% | - |
| HSV(B) | 199.78º | 0.98% | 0.72% | - |
| XYZ | 15.8 | 17.86 | 47.41 | - |
| YUV | 94.85 | 177.74 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 183 | 0.98 | 0.32 | 0 | 0.28 | 199.78 | 0.96 | 0.37 |
| Hex | 4 | 7C | B7 | 62 | 20 | 0 | 1C | C8 | 60 | 25 |
| Octal | 4 | 174 | 267 | 142 | 40 | 0 | 34 | 310 | 140 | 45 |
| Binary | 100 | 1111100 | 10110111 | 1100010 | 100000 | 0 | 11100 | 11001000 | 1100000 | 100101 |
Color Harmonies of #047CB7
Complementary color
Monochromatic Colors of #047CB7
Black with #047CB7
Text Example
Text Example
White with #047CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CB7; }
p { color: rgb(4,124,183); }
H1.HeaderClassName
{
color: #047CB7;
}
.AnyTagClassName
{
color: #047CB7;
}
</style>
background-color css
<style>
a { background-color: #047CB7; }
a { background-color: rgb(4,124,183); }
div.DivClassName
{
background-color: #047CB7;
}
.BgClassName
{
background-color: #047CB7;
}
</style>
border-color css
<style>
span { border-color: #047CB7; }
span { border-color: rgb(4,124,183); }
td.TdClassName
{
border-color: #047CB7;
}
.TagClassName
{
border-color: #047CB7;
}
</style>