Shades of Cerulean #047ABA
Tints of Cerulean #047ABA
RGB
CMYK
RGB Variations
Color information
#047ABA (or 0x047ABA) is known color: Cerulean. HEX triplet: 04, 7A and BA. RGB value is (4,122,186). Sum of RGB (Red+Green+Blue) = 4+122+186=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #047ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ABA is #FB8545. Grayscale: #5D5D5D. Windows color (decimal): -16483654 or 12220932. OLE color: 12220932.
HSL color Cylindrical-coordinate representation of color #047ABA: hue angle of 201.1º 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 #047ABA is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 122 | 186 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.27 |
| HSL | 201.1º | 0.96% | 0.37% | - |
| HSV(B) | 201.1º | 0.98% | 0.73% | - |
| XYZ | 15.87 | 17.49 | 48.99 | - |
| YUV | 94.01 | 179.91 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 186 | 0.98 | 0.34 | 0 | 0.27 | 201.1 | 0.96 | 0.37 |
| Hex | 4 | 7A | BA | 62 | 22 | 0 | 1B | C9 | 60 | 25 |
| Octal | 4 | 172 | 272 | 142 | 42 | 0 | 33 | 311 | 140 | 45 |
| Binary | 100 | 1111010 | 10111010 | 1100010 | 100010 | 0 | 11011 | 11001001 | 1100000 | 100101 |
Color Harmonies of #047ABA
Complementary color
Monochromatic Colors of #047ABA
Black with #047ABA
Text Example
Text Example
White with #047ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047ABA; }
p { color: rgb(4,122,186); }
H1.HeaderClassName
{
color: #047ABA;
}
.AnyTagClassName
{
color: #047ABA;
}
</style>
background-color css
<style>
a { background-color: #047ABA; }
a { background-color: rgb(4,122,186); }
div.DivClassName
{
background-color: #047ABA;
}
.BgClassName
{
background-color: #047ABA;
}
</style>
border-color css
<style>
span { border-color: #047ABA; }
span { border-color: rgb(4,122,186); }
td.TdClassName
{
border-color: #047ABA;
}
.TagClassName
{
border-color: #047ABA;
}
</style>