Shades of Cerulean #047BA0
Tints of Cerulean #047BA0
RGB
CMYK
RGB Variations
Color information
#047BA0 (or 0x047BA0) is known color: Cerulean. HEX triplet: 04, 7B and A0. RGB value is (4,123,160). Sum of RGB (Red+Green+Blue) = 4+123+160=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #047BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047BA0 is #FB845F. Grayscale: #5B5B5B. Windows color (decimal): -16483424 or 10517252. OLE color: 10517252.
HSL color Cylindrical-coordinate representation of color #047BA0: hue angle of 194.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BA0 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 123 | 160 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.37 |
| HSL | 194.23º | 0.95% | 0.32% | - |
| HSV(B) | 194.23º | 0.98% | 0.63% | - |
| XYZ | 13.48 | 16.73 | 35.78 | - |
| YUV | 91.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 160 | 0.98 | 0.23 | 0 | 0.37 | 194.23 | 0.95 | 0.32 |
| Hex | 4 | 7B | A0 | 62 | 17 | 0 | 25 | C2 | 5F | 20 |
| Octal | 4 | 173 | 240 | 142 | 27 | 0 | 45 | 302 | 137 | 40 |
| Binary | 100 | 1111011 | 10100000 | 1100010 | 10111 | 0 | 100101 | 11000010 | 1011111 | 100000 |
Color Harmonies of #047BA0
Complementary color
Monochromatic Colors of #047BA0
Black with #047BA0
Text Example
Text Example
White with #047BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BA0; }
p { color: rgb(4,123,160); }
H1.HeaderClassName
{
color: #047BA0;
}
.AnyTagClassName
{
color: #047BA0;
}
</style>
background-color css
<style>
a { background-color: #047BA0; }
a { background-color: rgb(4,123,160); }
div.DivClassName
{
background-color: #047BA0;
}
.BgClassName
{
background-color: #047BA0;
}
</style>
border-color css
<style>
span { border-color: #047BA0; }
span { border-color: rgb(4,123,160); }
td.TdClassName
{
border-color: #047BA0;
}
.TagClassName
{
border-color: #047BA0;
}
</style>