Shades of Cerulean #047D9E
Tints of Cerulean #047D9E
RGB
CMYK
RGB Variations
Color information
#047D9E (or 0x047D9E) is known color: Cerulean. HEX triplet: 04, 7D and 9E. RGB value is (4,125,158). Sum of RGB (Red+Green+Blue) = 4+125+158=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #047D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D9E is #FB8261. Grayscale: #5C5C5C. Windows color (decimal): -16482914 or 10386692. OLE color: 10386692.
HSL color Cylindrical-coordinate representation of color #047D9E: hue angle of 192.86º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D9E is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 125 | 158 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.38 |
| HSL | 192.86º | 0.95% | 0.32% | - |
| HSV(B) | 192.86º | 0.97% | 0.62% | - |
| XYZ | 13.56 | 17.16 | 34.95 | - |
| YUV | 92.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 158 | 0.97 | 0.21 | 0 | 0.38 | 192.86 | 0.95 | 0.32 |
| Hex | 4 | 7D | 9E | 61 | 15 | 0 | 26 | C1 | 5F | 20 |
| Octal | 4 | 175 | 236 | 141 | 25 | 0 | 46 | 301 | 137 | 40 |
| Binary | 100 | 1111101 | 10011110 | 1100001 | 10101 | 0 | 100110 | 11000001 | 1011111 | 100000 |
Color Harmonies of #047D9E
Complementary color
Monochromatic Colors of #047D9E
Black with #047D9E
Text Example
Text Example
White with #047D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D9E; }
p { color: rgb(4,125,158); }
H1.HeaderClassName
{
color: #047D9E;
}
.AnyTagClassName
{
color: #047D9E;
}
</style>
background-color css
<style>
a { background-color: #047D9E; }
a { background-color: rgb(4,125,158); }
div.DivClassName
{
background-color: #047D9E;
}
.BgClassName
{
background-color: #047D9E;
}
</style>
border-color css
<style>
span { border-color: #047D9E; }
span { border-color: rgb(4,125,158); }
td.TdClassName
{
border-color: #047D9E;
}
.TagClassName
{
border-color: #047D9E;
}
</style>