Shades of Cerulean #047393
Tints of Cerulean #047393
RGB
CMYK
RGB Variations
Color information
#047393 (or 0x047393) is known color: Cerulean. HEX triplet: 04, 73 and 93. RGB value is (4,115,147). Sum of RGB (Red+Green+Blue) = 4+115+147=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #047393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047393 is #FB8C6C. Grayscale: #555555. Windows color (decimal): -16485485 or 9663236. OLE color: 9663236.
HSL color Cylindrical-coordinate representation of color #047393: hue angle of 193.43º 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 #047393 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 115 | 147 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.42 |
| HSL | 193.43º | 0.95% | 0.3% | - |
| HSV(B) | 193.43º | 0.97% | 0.58% | - |
| XYZ | 11.45 | 14.39 | 29.78 | - |
| YUV | 85.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 147 | 0.97 | 0.22 | 0 | 0.42 | 193.43 | 0.95 | 0.3 |
| Hex | 4 | 73 | 93 | 61 | 16 | 0 | 2A | C1 | 5F | 1E |
| Octal | 4 | 163 | 223 | 141 | 26 | 0 | 52 | 301 | 137 | 36 |
| Binary | 100 | 1110011 | 10010011 | 1100001 | 10110 | 0 | 101010 | 11000001 | 1011111 | 11110 |
Color Harmonies of #047393
Complementary color
Monochromatic Colors of #047393
Black with #047393
Text Example
Text Example
White with #047393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047393; }
p { color: rgb(4,115,147); }
H1.HeaderClassName
{
color: #047393;
}
.AnyTagClassName
{
color: #047393;
}
</style>
background-color css
<style>
a { background-color: #047393; }
a { background-color: rgb(4,115,147); }
div.DivClassName
{
background-color: #047393;
}
.BgClassName
{
background-color: #047393;
}
</style>
border-color css
<style>
span { border-color: #047393; }
span { border-color: rgb(4,115,147); }
td.TdClassName
{
border-color: #047393;
}
.TagClassName
{
border-color: #047393;
}
</style>