Shades of Cerulean #047BB5
Tints of Cerulean #047BB5
RGB
CMYK
RGB Variations
Color information
#047BB5 (or 0x047BB5) is known color: Cerulean. HEX triplet: 04, 7B and B5. RGB value is (4,123,181). Sum of RGB (Red+Green+Blue) = 4+123+181=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #047BB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BB5 is #FB844A. Grayscale: #5D5D5D. Windows color (decimal): -16483403 or 11893508. OLE color: 11893508.
HSL color Cylindrical-coordinate representation of color #047BB5: hue angle of 199.66º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BB5 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 123 | 181 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.29 |
| HSL | 199.66º | 0.96% | 0.36% | - |
| HSV(B) | 199.66º | 0.98% | 0.71% | - |
| XYZ | 15.47 | 17.53 | 46.28 | - |
| YUV | 94.03 | 177.08 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 181 | 0.98 | 0.32 | 0 | 0.29 | 199.66 | 0.96 | 0.36 |
| Hex | 4 | 7B | B5 | 62 | 20 | 0 | 1D | C8 | 60 | 24 |
| Octal | 4 | 173 | 265 | 142 | 40 | 0 | 35 | 310 | 140 | 44 |
| Binary | 100 | 1111011 | 10110101 | 1100010 | 100000 | 0 | 11101 | 11001000 | 1100000 | 100100 |
Color Harmonies of #047BB5
Complementary color
Monochromatic Colors of #047BB5
Black with #047BB5
Text Example
Text Example
White with #047BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BB5; }
p { color: rgb(4,123,181); }
H1.HeaderClassName
{
color: #047BB5;
}
.AnyTagClassName
{
color: #047BB5;
}
</style>
background-color css
<style>
a { background-color: #047BB5; }
a { background-color: rgb(4,123,181); }
div.DivClassName
{
background-color: #047BB5;
}
.BgClassName
{
background-color: #047BB5;
}
</style>
border-color css
<style>
span { border-color: #047BB5; }
span { border-color: rgb(4,123,181); }
td.TdClassName
{
border-color: #047BB5;
}
.TagClassName
{
border-color: #047BB5;
}
</style>