Shades of Cerulean #047193
Tints of Cerulean #047193
RGB
CMYK
RGB Variations
Color information
#047193 (or 0x047193) is known color: Cerulean. HEX triplet: 04, 71 and 93. RGB value is (4,113,147). Sum of RGB (Red+Green+Blue) = 4+113+147=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #047193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047193 is #FB8E6C. Grayscale: #545454. Windows color (decimal): -16485997 or 9662724. OLE color: 9662724.
HSL color Cylindrical-coordinate representation of color #047193: hue angle of 194.27º 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 #047193 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 113 | 147 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.42 |
| HSL | 194.27º | 0.95% | 0.3% | - |
| HSV(B) | 194.27º | 0.97% | 0.58% | - |
| XYZ | 11.22 | 13.94 | 29.7 | - |
| YUV | 84.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 147 | 0.97 | 0.23 | 0 | 0.42 | 194.27 | 0.95 | 0.3 |
| Hex | 4 | 71 | 93 | 61 | 17 | 0 | 2A | C2 | 5F | 1E |
| Octal | 4 | 161 | 223 | 141 | 27 | 0 | 52 | 302 | 137 | 36 |
| Binary | 100 | 1110001 | 10010011 | 1100001 | 10111 | 0 | 101010 | 11000010 | 1011111 | 11110 |
Color Harmonies of #047193
Complementary color
Monochromatic Colors of #047193
Black with #047193
Text Example
Text Example
White with #047193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047193; }
p { color: rgb(4,113,147); }
H1.HeaderClassName
{
color: #047193;
}
.AnyTagClassName
{
color: #047193;
}
</style>
background-color css
<style>
a { background-color: #047193; }
a { background-color: rgb(4,113,147); }
div.DivClassName
{
background-color: #047193;
}
.BgClassName
{
background-color: #047193;
}
</style>
border-color css
<style>
span { border-color: #047193; }
span { border-color: rgb(4,113,147); }
td.TdClassName
{
border-color: #047193;
}
.TagClassName
{
border-color: #047193;
}
</style>