Shades of Cerulean #047BBD
Tints of Cerulean #047BBD
RGB
CMYK
RGB Variations
Color information
#047BBD (or 0x047BBD) is known color: Cerulean. HEX triplet: 04, 7B and BD. RGB value is (4,123,189). Sum of RGB (Red+Green+Blue) = 4+123+189=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #047BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BBD is #FB8442. Grayscale: #5E5E5E. Windows color (decimal): -16483395 or 12417796. OLE color: 12417796.
HSL color Cylindrical-coordinate representation of color #047BBD: hue angle of 201.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BBD is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 123 | 189 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.26 |
| HSL | 201.41º | 0.96% | 0.38% | - |
| HSV(B) | 201.41º | 0.98% | 0.74% | - |
| XYZ | 16.32 | 17.87 | 50.73 | - |
| YUV | 94.94 | 181.08 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 189 | 0.98 | 0.35 | 0 | 0.26 | 201.41 | 0.96 | 0.38 |
| Hex | 4 | 7B | BD | 62 | 23 | 0 | 1A | C9 | 60 | 26 |
| Octal | 4 | 173 | 275 | 142 | 43 | 0 | 32 | 311 | 140 | 46 |
| Binary | 100 | 1111011 | 10111101 | 1100010 | 100011 | 0 | 11010 | 11001001 | 1100000 | 100110 |
Color Harmonies of #047BBD
Complementary color
Monochromatic Colors of #047BBD
Black with #047BBD
Text Example
Text Example
White with #047BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BBD; }
p { color: rgb(4,123,189); }
H1.HeaderClassName
{
color: #047BBD;
}
.AnyTagClassName
{
color: #047BBD;
}
</style>
background-color css
<style>
a { background-color: #047BBD; }
a { background-color: rgb(4,123,189); }
div.DivClassName
{
background-color: #047BBD;
}
.BgClassName
{
background-color: #047BBD;
}
</style>
border-color css
<style>
span { border-color: #047BBD; }
span { border-color: rgb(4,123,189); }
td.TdClassName
{
border-color: #047BBD;
}
.TagClassName
{
border-color: #047BBD;
}
</style>