Shades of Cerulean #047FA7
Tints of Cerulean #047FA7
RGB
CMYK
RGB Variations
Color information
#047FA7 (or 0x047FA7) is known color: Cerulean. HEX triplet: 04, 7F and A7. RGB value is (4,127,167). Sum of RGB (Red+Green+Blue) = 4+127+167=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #047FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047FA7 is #FB8058. Grayscale: #5E5E5E. Windows color (decimal): -16482393 or 10977028. OLE color: 10977028.
HSL color Cylindrical-coordinate representation of color #047FA7: hue angle of 194.72º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FA7 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 127 | 167 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.35 |
| HSL | 194.72º | 0.95% | 0.34% | - |
| HSV(B) | 194.72º | 0.98% | 0.65% | - |
| XYZ | 14.61 | 17.99 | 39.26 | - |
| YUV | 94.78 | 168.75 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 167 | 0.98 | 0.24 | 0 | 0.35 | 194.72 | 0.95 | 0.34 |
| Hex | 4 | 7F | A7 | 62 | 18 | 0 | 23 | C3 | 5F | 22 |
| Octal | 4 | 177 | 247 | 142 | 30 | 0 | 43 | 303 | 137 | 42 |
| Binary | 100 | 1111111 | 10100111 | 1100010 | 11000 | 0 | 100011 | 11000011 | 1011111 | 100010 |
Color Harmonies of #047FA7
Complementary color
Monochromatic Colors of #047FA7
Black with #047FA7
Text Example
Text Example
White with #047FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FA7; }
p { color: rgb(4,127,167); }
H1.HeaderClassName
{
color: #047FA7;
}
.AnyTagClassName
{
color: #047FA7;
}
</style>
background-color css
<style>
a { background-color: #047FA7; }
a { background-color: rgb(4,127,167); }
div.DivClassName
{
background-color: #047FA7;
}
.BgClassName
{
background-color: #047FA7;
}
</style>
border-color css
<style>
span { border-color: #047FA7; }
span { border-color: rgb(4,127,167); }
td.TdClassName
{
border-color: #047FA7;
}
.TagClassName
{
border-color: #047FA7;
}
</style>