Shades of Cerulean #047DAC
Tints of Cerulean #047DAC
RGB
CMYK
RGB Variations
Color information
#047DAC (or 0x047DAC) is known color: Cerulean. HEX triplet: 04, 7D and AC. RGB value is (4,125,172). Sum of RGB (Red+Green+Blue) = 4+125+172=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #047DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047DAC is #FB8253. Grayscale: #5D5D5D. Windows color (decimal): -16482900 or 11304196. OLE color: 11304196.
HSL color Cylindrical-coordinate representation of color #047DAC: hue angle of 196.79º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DAC is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 125 | 172 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.33 |
| HSL | 196.79º | 0.95% | 0.35% | - |
| HSV(B) | 196.79º | 0.98% | 0.67% | - |
| XYZ | 14.83 | 17.67 | 41.66 | - |
| YUV | 94.18 | 171.91 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 172 | 0.98 | 0.27 | 0 | 0.33 | 196.79 | 0.95 | 0.35 |
| Hex | 4 | 7D | AC | 62 | 1B | 0 | 21 | C5 | 5F | 23 |
| Octal | 4 | 175 | 254 | 142 | 33 | 0 | 41 | 305 | 137 | 43 |
| Binary | 100 | 1111101 | 10101100 | 1100010 | 11011 | 0 | 100001 | 11000101 | 1011111 | 100011 |
Color Harmonies of #047DAC
Complementary color
Monochromatic Colors of #047DAC
Black with #047DAC
Text Example
Text Example
White with #047DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047DAC; }
p { color: rgb(4,125,172); }
H1.HeaderClassName
{
color: #047DAC;
}
.AnyTagClassName
{
color: #047DAC;
}
</style>
background-color css
<style>
a { background-color: #047DAC; }
a { background-color: rgb(4,125,172); }
div.DivClassName
{
background-color: #047DAC;
}
.BgClassName
{
background-color: #047DAC;
}
</style>
border-color css
<style>
span { border-color: #047DAC; }
span { border-color: rgb(4,125,172); }
td.TdClassName
{
border-color: #047DAC;
}
.TagClassName
{
border-color: #047DAC;
}
</style>