Shades of Cerulean #047095
Tints of Cerulean #047095
RGB
CMYK
RGB Variations
Color information
#047095 (or 0x047095) is known color: Cerulean. HEX triplet: 04, 70 and 95. RGB value is (4,112,149). Sum of RGB (Red+Green+Blue) = 4+112+149=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #047095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047095 is #FB8F6A. Grayscale: #535353. Windows color (decimal): -16486251 or 9793540. OLE color: 9793540.
HSL color Cylindrical-coordinate representation of color #047095: hue angle of 195.31º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047095 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 112 | 149 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.42 |
| HSL | 195.31º | 0.95% | 0.3% | - |
| HSV(B) | 195.31º | 0.97% | 0.58% | - |
| XYZ | 11.27 | 13.78 | 30.5 | - |
| YUV | 83.93 | 164.72 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 149 | 0.97 | 0.25 | 0 | 0.42 | 195.31 | 0.95 | 0.3 |
| Hex | 4 | 70 | 95 | 61 | 19 | 0 | 2A | C3 | 5F | 1E |
| Octal | 4 | 160 | 225 | 141 | 31 | 0 | 52 | 303 | 137 | 36 |
| Binary | 100 | 1110000 | 10010101 | 1100001 | 11001 | 0 | 101010 | 11000011 | 1011111 | 11110 |
Color Harmonies of #047095
Complementary color
Monochromatic Colors of #047095
Black with #047095
Text Example
Text Example
White with #047095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047095; }
p { color: rgb(4,112,149); }
H1.HeaderClassName
{
color: #047095;
}
.AnyTagClassName
{
color: #047095;
}
</style>
background-color css
<style>
a { background-color: #047095; }
a { background-color: rgb(4,112,149); }
div.DivClassName
{
background-color: #047095;
}
.BgClassName
{
background-color: #047095;
}
</style>
border-color css
<style>
span { border-color: #047095; }
span { border-color: rgb(4,112,149); }
td.TdClassName
{
border-color: #047095;
}
.TagClassName
{
border-color: #047095;
}
</style>