Shades of Cerulean #047AAA
Tints of Cerulean #047AAA
RGB
CMYK
RGB Variations
Color information
#047AAA (or 0x047AAA) is known color: Cerulean. HEX triplet: 04, 7A and AA. RGB value is (4,122,170). Sum of RGB (Red+Green+Blue) = 4+122+170=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #047AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047AAA is #FB8555. Grayscale: #5B5B5B. Windows color (decimal): -16483670 or 11172356. OLE color: 11172356.
HSL color Cylindrical-coordinate representation of color #047AAA: hue angle of 197.35º 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 #047AAA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 122 | 170 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.33 |
| HSL | 197.35º | 0.95% | 0.34% | - |
| HSV(B) | 197.35º | 0.98% | 0.67% | - |
| XYZ | 14.27 | 16.85 | 40.53 | - |
| YUV | 92.19 | 171.91 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 170 | 0.98 | 0.28 | 0 | 0.33 | 197.35 | 0.95 | 0.34 |
| Hex | 4 | 7A | AA | 62 | 1C | 0 | 21 | C5 | 5F | 22 |
| Octal | 4 | 172 | 252 | 142 | 34 | 0 | 41 | 305 | 137 | 42 |
| Binary | 100 | 1111010 | 10101010 | 1100010 | 11100 | 0 | 100001 | 11000101 | 1011111 | 100010 |
Color Harmonies of #047AAA
Complementary color
Monochromatic Colors of #047AAA
Black with #047AAA
Text Example
Text Example
White with #047AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047AAA; }
p { color: rgb(4,122,170); }
H1.HeaderClassName
{
color: #047AAA;
}
.AnyTagClassName
{
color: #047AAA;
}
</style>
background-color css
<style>
a { background-color: #047AAA; }
a { background-color: rgb(4,122,170); }
div.DivClassName
{
background-color: #047AAA;
}
.BgClassName
{
background-color: #047AAA;
}
</style>
border-color css
<style>
span { border-color: #047AAA; }
span { border-color: rgb(4,122,170); }
td.TdClassName
{
border-color: #047AAA;
}
.TagClassName
{
border-color: #047AAA;
}
</style>