Shades of Cerulean #047ABB
Tints of Cerulean #047ABB
RGB
CMYK
RGB Variations
Color information
#047ABB (or 0x047ABB) is known color: Cerulean. HEX triplet: 04, 7A and BB. RGB value is (4,122,187). Sum of RGB (Red+Green+Blue) = 4+122+187=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #047ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ABB is #FB8544. Grayscale: #5D5D5D. Windows color (decimal): -16483653 or 12286468. OLE color: 12286468.
HSL color Cylindrical-coordinate representation of color #047ABB: hue angle of 201.31º 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 #047ABB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 122 | 187 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.27 |
| HSL | 201.31º | 0.96% | 0.37% | - |
| HSV(B) | 201.31º | 0.98% | 0.73% | - |
| XYZ | 15.98 | 17.53 | 49.56 | - |
| YUV | 94.13 | 180.41 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 187 | 0.98 | 0.35 | 0 | 0.27 | 201.31 | 0.96 | 0.37 |
| Hex | 4 | 7A | BB | 62 | 23 | 0 | 1B | C9 | 60 | 25 |
| Octal | 4 | 172 | 273 | 142 | 43 | 0 | 33 | 311 | 140 | 45 |
| Binary | 100 | 1111010 | 10111011 | 1100010 | 100011 | 0 | 11011 | 11001001 | 1100000 | 100101 |
Color Harmonies of #047ABB
Complementary color
Monochromatic Colors of #047ABB
Black with #047ABB
Text Example
Text Example
White with #047ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047ABB; }
p { color: rgb(4,122,187); }
H1.HeaderClassName
{
color: #047ABB;
}
.AnyTagClassName
{
color: #047ABB;
}
</style>
background-color css
<style>
a { background-color: #047ABB; }
a { background-color: rgb(4,122,187); }
div.DivClassName
{
background-color: #047ABB;
}
.BgClassName
{
background-color: #047ABB;
}
</style>
border-color css
<style>
span { border-color: #047ABB; }
span { border-color: rgb(4,122,187); }
td.TdClassName
{
border-color: #047ABB;
}
.TagClassName
{
border-color: #047ABB;
}
</style>