Shades of Cerulean #047FA3
Tints of Cerulean #047FA3
RGB
CMYK
RGB Variations
Color information
#047FA3 (or 0x047FA3) is known color: Cerulean. HEX triplet: 04, 7F and A3. RGB value is (4,127,163). Sum of RGB (Red+Green+Blue) = 4+127+163=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #047FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047FA3 is #FB805C. Grayscale: #5E5E5E. Windows color (decimal): -16482397 or 10714884. OLE color: 10714884.
HSL color Cylindrical-coordinate representation of color #047FA3: hue angle of 193.58º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FA3 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 127 | 163 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.36 |
| HSL | 193.58º | 0.95% | 0.33% | - |
| HSV(B) | 193.58º | 0.98% | 0.64% | - |
| XYZ | 14.25 | 17.85 | 37.34 | - |
| YUV | 94.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 163 | 0.98 | 0.22 | 0 | 0.36 | 193.58 | 0.95 | 0.33 |
| Hex | 4 | 7F | A3 | 62 | 16 | 0 | 24 | C2 | 5F | 21 |
| Octal | 4 | 177 | 243 | 142 | 26 | 0 | 44 | 302 | 137 | 41 |
| Binary | 100 | 1111111 | 10100011 | 1100010 | 10110 | 0 | 100100 | 11000010 | 1011111 | 100001 |
Color Harmonies of #047FA3
Complementary color
Monochromatic Colors of #047FA3
Black with #047FA3
Text Example
Text Example
White with #047FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FA3; }
p { color: rgb(4,127,163); }
H1.HeaderClassName
{
color: #047FA3;
}
.AnyTagClassName
{
color: #047FA3;
}
</style>
background-color css
<style>
a { background-color: #047FA3; }
a { background-color: rgb(4,127,163); }
div.DivClassName
{
background-color: #047FA3;
}
.BgClassName
{
background-color: #047FA3;
}
</style>
border-color css
<style>
span { border-color: #047FA3; }
span { border-color: rgb(4,127,163); }
td.TdClassName
{
border-color: #047FA3;
}
.TagClassName
{
border-color: #047FA3;
}
</style>