Shades of Cerulean #047CBB
Tints of Cerulean #047CBB
RGB
CMYK
RGB Variations
Color information
#047CBB (or 0x047CBB) is known color: Cerulean. HEX triplet: 04, 7C and BB. RGB value is (4,124,187). Sum of RGB (Red+Green+Blue) = 4+124+187=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #047CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CBB is #FB8344. Grayscale: #5E5E5E. Windows color (decimal): -16483141 or 12286980. OLE color: 12286980.
HSL color Cylindrical-coordinate representation of color #047CBB: hue angle of 200.66º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CBB is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 124 | 187 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.27 |
| HSL | 200.66º | 0.96% | 0.37% | - |
| HSV(B) | 200.66º | 0.98% | 0.73% | - |
| XYZ | 16.23 | 18.03 | 49.64 | - |
| YUV | 95.3 | 179.74 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 187 | 0.98 | 0.34 | 0 | 0.27 | 200.66 | 0.96 | 0.37 |
| Hex | 4 | 7C | BB | 62 | 22 | 0 | 1B | C9 | 60 | 25 |
| Octal | 4 | 174 | 273 | 142 | 42 | 0 | 33 | 311 | 140 | 45 |
| Binary | 100 | 1111100 | 10111011 | 1100010 | 100010 | 0 | 11011 | 11001001 | 1100000 | 100101 |
Color Harmonies of #047CBB
Complementary color
Monochromatic Colors of #047CBB
Black with #047CBB
Text Example
Text Example
White with #047CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CBB; }
p { color: rgb(4,124,187); }
H1.HeaderClassName
{
color: #047CBB;
}
.AnyTagClassName
{
color: #047CBB;
}
</style>
background-color css
<style>
a { background-color: #047CBB; }
a { background-color: rgb(4,124,187); }
div.DivClassName
{
background-color: #047CBB;
}
.BgClassName
{
background-color: #047CBB;
}
</style>
border-color css
<style>
span { border-color: #047CBB; }
span { border-color: rgb(4,124,187); }
td.TdClassName
{
border-color: #047CBB;
}
.TagClassName
{
border-color: #047CBB;
}
</style>