Shades of Cerulean #047FAC
Tints of Cerulean #047FAC
RGB
CMYK
RGB Variations
Color information
#047FAC (or 0x047FAC) is known color: Cerulean. HEX triplet: 04, 7F and AC. RGB value is (4,127,172). Sum of RGB (Red+Green+Blue) = 4+127+172=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #047FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047FAC is #FB8053. Grayscale: #5F5F5F. Windows color (decimal): -16482388 or 11304708. OLE color: 11304708.
HSL color Cylindrical-coordinate representation of color #047FAC: hue angle of 196.07º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FAC is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 127 | 172 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.33 |
| HSL | 196.07º | 0.95% | 0.35% | - |
| HSV(B) | 196.07º | 0.98% | 0.67% | - |
| XYZ | 15.09 | 18.18 | 41.74 | - |
| YUV | 95.35 | 171.25 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 172 | 0.98 | 0.26 | 0 | 0.33 | 196.07 | 0.95 | 0.35 |
| Hex | 4 | 7F | AC | 62 | 1A | 0 | 21 | C4 | 5F | 23 |
| Octal | 4 | 177 | 254 | 142 | 32 | 0 | 41 | 304 | 137 | 43 |
| Binary | 100 | 1111111 | 10101100 | 1100010 | 11010 | 0 | 100001 | 11000100 | 1011111 | 100011 |
Color Harmonies of #047FAC
Complementary color
Monochromatic Colors of #047FAC
Black with #047FAC
Text Example
Text Example
White with #047FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FAC; }
p { color: rgb(4,127,172); }
H1.HeaderClassName
{
color: #047FAC;
}
.AnyTagClassName
{
color: #047FAC;
}
</style>
background-color css
<style>
a { background-color: #047FAC; }
a { background-color: rgb(4,127,172); }
div.DivClassName
{
background-color: #047FAC;
}
.BgClassName
{
background-color: #047FAC;
}
</style>
border-color css
<style>
span { border-color: #047FAC; }
span { border-color: rgb(4,127,172); }
td.TdClassName
{
border-color: #047FAC;
}
.TagClassName
{
border-color: #047FAC;
}
</style>