Shades of Cerulean #047CAB
Tints of Cerulean #047CAB
RGB
CMYK
RGB Variations
Color information
#047CAB (or 0x047CAB) is known color: Cerulean. HEX triplet: 04, 7C and AB. RGB value is (4,124,171). Sum of RGB (Red+Green+Blue) = 4+124+171=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #047CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047CAB is #FB8354. Grayscale: #5D5D5D. Windows color (decimal): -16483157 or 11238404. OLE color: 11238404.
HSL color Cylindrical-coordinate representation of color #047CAB: hue angle of 196.89º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CAB is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 124 | 171 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.33 |
| HSL | 196.89º | 0.95% | 0.34% | - |
| HSV(B) | 196.89º | 0.98% | 0.67% | - |
| XYZ | 14.61 | 17.38 | 41.11 | - |
| YUV | 93.48 | 171.74 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 171 | 0.98 | 0.27 | 0 | 0.33 | 196.89 | 0.95 | 0.34 |
| Hex | 4 | 7C | AB | 62 | 1B | 0 | 21 | C5 | 5F | 22 |
| Octal | 4 | 174 | 253 | 142 | 33 | 0 | 41 | 305 | 137 | 42 |
| Binary | 100 | 1111100 | 10101011 | 1100010 | 11011 | 0 | 100001 | 11000101 | 1011111 | 100010 |
Color Harmonies of #047CAB
Complementary color
Monochromatic Colors of #047CAB
Black with #047CAB
Text Example
Text Example
White with #047CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CAB; }
p { color: rgb(4,124,171); }
H1.HeaderClassName
{
color: #047CAB;
}
.AnyTagClassName
{
color: #047CAB;
}
</style>
background-color css
<style>
a { background-color: #047CAB; }
a { background-color: rgb(4,124,171); }
div.DivClassName
{
background-color: #047CAB;
}
.BgClassName
{
background-color: #047CAB;
}
</style>
border-color css
<style>
span { border-color: #047CAB; }
span { border-color: rgb(4,124,171); }
td.TdClassName
{
border-color: #047CAB;
}
.TagClassName
{
border-color: #047CAB;
}
</style>