Shades of Cerulean #047395
Tints of Cerulean #047395
RGB
CMYK
RGB Variations
Color information
#047395 (or 0x047395) is known color: Cerulean. HEX triplet: 04, 73 and 95. RGB value is (4,115,149). Sum of RGB (Red+Green+Blue) = 4+115+149=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #047395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047395 is #FB8C6A. Grayscale: #555555. Windows color (decimal): -16485483 or 9794308. OLE color: 9794308.
HSL color Cylindrical-coordinate representation of color #047395: hue angle of 194.07º 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 #047395 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 115 | 149 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.42 |
| HSL | 194.07º | 0.95% | 0.3% | - |
| HSV(B) | 194.07º | 0.97% | 0.58% | - |
| XYZ | 11.61 | 14.46 | 30.61 | - |
| YUV | 85.69 | 163.73 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 149 | 0.97 | 0.23 | 0 | 0.42 | 194.07 | 0.95 | 0.3 |
| Hex | 4 | 73 | 95 | 61 | 17 | 0 | 2A | C2 | 5F | 1E |
| Octal | 4 | 163 | 225 | 141 | 27 | 0 | 52 | 302 | 137 | 36 |
| Binary | 100 | 1110011 | 10010101 | 1100001 | 10111 | 0 | 101010 | 11000010 | 1011111 | 11110 |
Color Harmonies of #047395
Complementary color
Monochromatic Colors of #047395
Black with #047395
Text Example
Text Example
White with #047395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047395; }
p { color: rgb(4,115,149); }
H1.HeaderClassName
{
color: #047395;
}
.AnyTagClassName
{
color: #047395;
}
</style>
background-color css
<style>
a { background-color: #047395; }
a { background-color: rgb(4,115,149); }
div.DivClassName
{
background-color: #047395;
}
.BgClassName
{
background-color: #047395;
}
</style>
border-color css
<style>
span { border-color: #047395; }
span { border-color: rgb(4,115,149); }
td.TdClassName
{
border-color: #047395;
}
.TagClassName
{
border-color: #047395;
}
</style>