Shades of Cerulean #047092
Tints of Cerulean #047092
RGB
CMYK
RGB Variations
Color information
#047092 (or 0x047092) is known color: Cerulean. HEX triplet: 04, 70 and 92. RGB value is (4,112,146). Sum of RGB (Red+Green+Blue) = 4+112+146=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #047092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047092 is #FB8F6D. Grayscale: #535353. Windows color (decimal): -16486254 or 9596932. OLE color: 9596932.
HSL color Cylindrical-coordinate representation of color #047092: hue angle of 194.37º 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 #047092 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 112 | 146 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.43 |
| HSL | 194.37º | 0.95% | 0.29% | - |
| HSV(B) | 194.37º | 0.97% | 0.57% | - |
| XYZ | 11.03 | 13.69 | 29.25 | - |
| YUV | 83.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 146 | 0.97 | 0.23 | 0 | 0.43 | 194.37 | 0.95 | 0.29 |
| Hex | 4 | 70 | 92 | 61 | 17 | 0 | 2B | C2 | 5F | 1D |
| Octal | 4 | 160 | 222 | 141 | 27 | 0 | 53 | 302 | 137 | 35 |
| Binary | 100 | 1110000 | 10010010 | 1100001 | 10111 | 0 | 101011 | 11000010 | 1011111 | 11101 |
Color Harmonies of #047092
Complementary color
Monochromatic Colors of #047092
Black with #047092
Text Example
Text Example
White with #047092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047092; }
p { color: rgb(4,112,146); }
H1.HeaderClassName
{
color: #047092;
}
.AnyTagClassName
{
color: #047092;
}
</style>
background-color css
<style>
a { background-color: #047092; }
a { background-color: rgb(4,112,146); }
div.DivClassName
{
background-color: #047092;
}
.BgClassName
{
background-color: #047092;
}
</style>
border-color css
<style>
span { border-color: #047092; }
span { border-color: rgb(4,112,146); }
td.TdClassName
{
border-color: #047092;
}
.TagClassName
{
border-color: #047092;
}
</style>