Shades of Cerulean #047091
Tints of Cerulean #047091
RGB
CMYK
RGB Variations
Color information
#047091 (or 0x047091) is known color: Cerulean. HEX triplet: 04, 70 and 91. RGB value is (4,112,145). Sum of RGB (Red+Green+Blue) = 4+112+145=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #047091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047091 is #FB8F6E. Grayscale: #535353. Windows color (decimal): -16486255 or 9531396. OLE color: 9531396.
HSL color Cylindrical-coordinate representation of color #047091: hue angle of 194.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047091 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 112 | 145 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.43 |
| HSL | 194.04º | 0.95% | 0.29% | - |
| HSV(B) | 194.04º | 0.97% | 0.57% | - |
| XYZ | 10.96 | 13.66 | 28.85 | - |
| YUV | 83.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 145 | 0.97 | 0.23 | 0 | 0.43 | 194.04 | 0.95 | 0.29 |
| Hex | 4 | 70 | 91 | 61 | 17 | 0 | 2B | C2 | 5F | 1D |
| Octal | 4 | 160 | 221 | 141 | 27 | 0 | 53 | 302 | 137 | 35 |
| Binary | 100 | 1110000 | 10010001 | 1100001 | 10111 | 0 | 101011 | 11000010 | 1011111 | 11101 |
Color Harmonies of #047091
Complementary color
Monochromatic Colors of #047091
Black with #047091
Text Example
Text Example
White with #047091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047091; }
p { color: rgb(4,112,145); }
H1.HeaderClassName
{
color: #047091;
}
.AnyTagClassName
{
color: #047091;
}
</style>
background-color css
<style>
a { background-color: #047091; }
a { background-color: rgb(4,112,145); }
div.DivClassName
{
background-color: #047091;
}
.BgClassName
{
background-color: #047091;
}
</style>
border-color css
<style>
span { border-color: #047091; }
span { border-color: rgb(4,112,145); }
td.TdClassName
{
border-color: #047091;
}
.TagClassName
{
border-color: #047091;
}
</style>