Shades of Cerulean #047FC1
Tints of Cerulean #047FC1
RGB
CMYK
RGB Variations
Color information
#047FC1 (or 0x047FC1) is known color: Cerulean. HEX triplet: 04, 7F and C1. RGB value is (4,127,193). Sum of RGB (Red+Green+Blue) = 4+127+193=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #047FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FC1 is #FB803E. Grayscale: #616161. Windows color (decimal): -16482367 or 12680964. OLE color: 12680964.
HSL color Cylindrical-coordinate representation of color #047FC1: hue angle of 200.95º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FC1 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 127 | 193 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.24 |
| HSL | 200.95º | 0.96% | 0.39% | - |
| HSV(B) | 200.95º | 0.98% | 0.76% | - |
| XYZ | 17.27 | 19.05 | 53.22 | - |
| YUV | 97.75 | 181.75 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 193 | 0.98 | 0.34 | 0 | 0.24 | 200.95 | 0.96 | 0.39 |
| Hex | 4 | 7F | C1 | 62 | 22 | 0 | 18 | C9 | 60 | 27 |
| Octal | 4 | 177 | 301 | 142 | 42 | 0 | 30 | 311 | 140 | 47 |
| Binary | 100 | 1111111 | 11000001 | 1100010 | 100010 | 0 | 11000 | 11001001 | 1100000 | 100111 |
Color Harmonies of #047FC1
Complementary color
Monochromatic Colors of #047FC1
Black with #047FC1
Text Example
Text Example
White with #047FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FC1; }
p { color: rgb(4,127,193); }
H1.HeaderClassName
{
color: #047FC1;
}
.AnyTagClassName
{
color: #047FC1;
}
</style>
background-color css
<style>
a { background-color: #047FC1; }
a { background-color: rgb(4,127,193); }
div.DivClassName
{
background-color: #047FC1;
}
.BgClassName
{
background-color: #047FC1;
}
</style>
border-color css
<style>
span { border-color: #047FC1; }
span { border-color: rgb(4,127,193); }
td.TdClassName
{
border-color: #047FC1;
}
.TagClassName
{
border-color: #047FC1;
}
</style>