Shades of Cerulean #04719A
Tints of Cerulean #04719A
RGB
CMYK
RGB Variations
Color information
#04719A (or 0x04719A) is known color: Cerulean. HEX triplet: 04, 71 and 9A. RGB value is (4,113,154). Sum of RGB (Red+Green+Blue) = 4+113+154=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #04719A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04719A is #FB8E65. Grayscale: #545454. Windows color (decimal): -16485990 or 10121476. OLE color: 10121476.
HSL color Cylindrical-coordinate representation of color #04719A: hue angle of 196.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04719A is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 113 | 154 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.40 |
| HSL | 196.4º | 0.95% | 0.31% | - |
| HSV(B) | 196.4º | 0.97% | 0.6% | - |
| XYZ | 11.79 | 14.17 | 32.69 | - |
| YUV | 85.08 | 166.89 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 154 | 0.97 | 0.27 | 0 | 0.40 | 196.4 | 0.95 | 0.31 |
| Hex | 4 | 71 | 9A | 61 | 1B | 0 | 28 | C4 | 5F | 1F |
| Octal | 4 | 161 | 232 | 141 | 33 | 0 | 50 | 304 | 137 | 37 |
| Binary | 100 | 1110001 | 10011010 | 1100001 | 11011 | 0 | 101000 | 11000100 | 1011111 | 11111 |
Color Harmonies of #04719A
Complementary color
Monochromatic Colors of #04719A
Black with #04719A
Text Example
Text Example
White with #04719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04719A; }
p { color: rgb(4,113,154); }
H1.HeaderClassName
{
color: #04719A;
}
.AnyTagClassName
{
color: #04719A;
}
</style>
background-color css
<style>
a { background-color: #04719A; }
a { background-color: rgb(4,113,154); }
div.DivClassName
{
background-color: #04719A;
}
.BgClassName
{
background-color: #04719A;
}
</style>
border-color css
<style>
span { border-color: #04719A; }
span { border-color: rgb(4,113,154); }
td.TdClassName
{
border-color: #04719A;
}
.TagClassName
{
border-color: #04719A;
}
</style>