Shades of Cerulean #047CB1
Tints of Cerulean #047CB1
RGB
CMYK
RGB Variations
Color information
#047CB1 (or 0x047CB1) is known color: Cerulean. HEX triplet: 04, 7C and B1. RGB value is (4,124,177). Sum of RGB (Red+Green+Blue) = 4+124+177=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #047CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047CB1 is #FB834E. Grayscale: #5D5D5D. Windows color (decimal): -16483151 or 11631620. OLE color: 11631620.
HSL color Cylindrical-coordinate representation of color #047CB1: hue angle of 198.38º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CB1 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 124 | 177 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.31 |
| HSL | 198.38º | 0.96% | 0.35% | - |
| HSV(B) | 198.38º | 0.98% | 0.69% | - |
| XYZ | 15.19 | 17.62 | 44.19 | - |
| YUV | 94.16 | 174.74 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 177 | 0.98 | 0.30 | 0 | 0.31 | 198.38 | 0.96 | 0.35 |
| Hex | 4 | 7C | B1 | 62 | 1E | 0 | 1F | C6 | 60 | 23 |
| Octal | 4 | 174 | 261 | 142 | 36 | 0 | 37 | 306 | 140 | 43 |
| Binary | 100 | 1111100 | 10110001 | 1100010 | 11110 | 0 | 11111 | 11000110 | 1100000 | 100011 |
Color Harmonies of #047CB1
Complementary color
Monochromatic Colors of #047CB1
Black with #047CB1
Text Example
Text Example
White with #047CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CB1; }
p { color: rgb(4,124,177); }
H1.HeaderClassName
{
color: #047CB1;
}
.AnyTagClassName
{
color: #047CB1;
}
</style>
background-color css
<style>
a { background-color: #047CB1; }
a { background-color: rgb(4,124,177); }
div.DivClassName
{
background-color: #047CB1;
}
.BgClassName
{
background-color: #047CB1;
}
</style>
border-color css
<style>
span { border-color: #047CB1; }
span { border-color: rgb(4,124,177); }
td.TdClassName
{
border-color: #047CB1;
}
.TagClassName
{
border-color: #047CB1;
}
</style>