Shades of Cerulean #047BAB
Tints of Cerulean #047BAB
RGB
CMYK
RGB Variations
Color information
#047BAB (or 0x047BAB) is known color: Cerulean. HEX triplet: 04, 7B and AB. RGB value is (4,123,171). Sum of RGB (Red+Green+Blue) = 4+123+171=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #047BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047BAB is #FB8454. Grayscale: #5C5C5C. Windows color (decimal): -16483413 or 11238148. OLE color: 11238148.
HSL color Cylindrical-coordinate representation of color #047BAB: hue angle of 197.25º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BAB is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 123 | 171 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.33 |
| HSL | 197.25º | 0.95% | 0.34% | - |
| HSV(B) | 197.25º | 0.98% | 0.67% | - |
| XYZ | 14.48 | 17.13 | 41.07 | - |
| YUV | 92.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 171 | 0.98 | 0.28 | 0 | 0.33 | 197.25 | 0.95 | 0.34 |
| Hex | 4 | 7B | AB | 62 | 1C | 0 | 21 | C5 | 5F | 22 |
| Octal | 4 | 173 | 253 | 142 | 34 | 0 | 41 | 305 | 137 | 42 |
| Binary | 100 | 1111011 | 10101011 | 1100010 | 11100 | 0 | 100001 | 11000101 | 1011111 | 100010 |
Color Harmonies of #047BAB
Complementary color
Monochromatic Colors of #047BAB
Black with #047BAB
Text Example
Text Example
White with #047BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BAB; }
p { color: rgb(4,123,171); }
H1.HeaderClassName
{
color: #047BAB;
}
.AnyTagClassName
{
color: #047BAB;
}
</style>
background-color css
<style>
a { background-color: #047BAB; }
a { background-color: rgb(4,123,171); }
div.DivClassName
{
background-color: #047BAB;
}
.BgClassName
{
background-color: #047BAB;
}
</style>
border-color css
<style>
span { border-color: #047BAB; }
span { border-color: rgb(4,123,171); }
td.TdClassName
{
border-color: #047BAB;
}
.TagClassName
{
border-color: #047BAB;
}
</style>