Shades of Cerulean #047BA1
Tints of Cerulean #047BA1
RGB
CMYK
RGB Variations
Color information
#047BA1 (or 0x047BA1) is known color: Cerulean. HEX triplet: 04, 7B and A1. RGB value is (4,123,161). Sum of RGB (Red+Green+Blue) = 4+123+161=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #047BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047BA1 is #FB845E. Grayscale: #5B5B5B. Windows color (decimal): -16483423 or 10582788. OLE color: 10582788.
HSL color Cylindrical-coordinate representation of color #047BA1: hue angle of 194.52º 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 #047BA1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 123 | 161 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.37 |
| HSL | 194.52º | 0.95% | 0.32% | - |
| HSV(B) | 194.52º | 0.98% | 0.63% | - |
| XYZ | 13.57 | 16.76 | 36.24 | - |
| YUV | 91.75 | 167.08 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 161 | 0.98 | 0.24 | 0 | 0.37 | 194.52 | 0.95 | 0.32 |
| Hex | 4 | 7B | A1 | 62 | 18 | 0 | 25 | C3 | 5F | 20 |
| Octal | 4 | 173 | 241 | 142 | 30 | 0 | 45 | 303 | 137 | 40 |
| Binary | 100 | 1111011 | 10100001 | 1100010 | 11000 | 0 | 100101 | 11000011 | 1011111 | 100000 |
Color Harmonies of #047BA1
Complementary color
Monochromatic Colors of #047BA1
Black with #047BA1
Text Example
Text Example
White with #047BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BA1; }
p { color: rgb(4,123,161); }
H1.HeaderClassName
{
color: #047BA1;
}
.AnyTagClassName
{
color: #047BA1;
}
</style>
background-color css
<style>
a { background-color: #047BA1; }
a { background-color: rgb(4,123,161); }
div.DivClassName
{
background-color: #047BA1;
}
.BgClassName
{
background-color: #047BA1;
}
</style>
border-color css
<style>
span { border-color: #047BA1; }
span { border-color: rgb(4,123,161); }
td.TdClassName
{
border-color: #047BA1;
}
.TagClassName
{
border-color: #047BA1;
}
</style>