Shades of Cerulean #04698E
Tints of Cerulean #04698E
RGB
CMYK
RGB Variations
Color information
#04698E (or 0x04698E) is known color: Cerulean. HEX triplet: 04, 69 and 8E. RGB value is (4,105,142). Sum of RGB (Red+Green+Blue) = 4+105+142=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #04698E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04698E is #FB9671. Grayscale: #4E4E4E. Windows color (decimal): -16488050 or 9332996. OLE color: 9332996.
HSL color Cylindrical-coordinate representation of color #04698E: hue angle of 196.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04698E is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 105 | 142 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.44 |
| HSL | 196.09º | 0.95% | 0.29% | - |
| HSV(B) | 196.09º | 0.97% | 0.56% | - |
| XYZ | 9.98 | 12.08 | 27.4 | - |
| YUV | 79.02 | 163.54 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 142 | 0.97 | 0.26 | 0 | 0.44 | 196.09 | 0.95 | 0.29 |
| Hex | 4 | 69 | 8E | 61 | 1A | 0 | 2C | C4 | 5F | 1D |
| Octal | 4 | 151 | 216 | 141 | 32 | 0 | 54 | 304 | 137 | 35 |
| Binary | 100 | 1101001 | 10001110 | 1100001 | 11010 | 0 | 101100 | 11000100 | 1011111 | 11101 |
Color Harmonies of #04698E
Complementary color
Monochromatic Colors of #04698E
Black with #04698E
Text Example
Text Example
White with #04698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04698E; }
p { color: rgb(4,105,142); }
H1.HeaderClassName
{
color: #04698E;
}
.AnyTagClassName
{
color: #04698E;
}
</style>
background-color css
<style>
a { background-color: #04698E; }
a { background-color: rgb(4,105,142); }
div.DivClassName
{
background-color: #04698E;
}
.BgClassName
{
background-color: #04698E;
}
</style>
border-color css
<style>
span { border-color: #04698E; }
span { border-color: rgb(4,105,142); }
td.TdClassName
{
border-color: #04698E;
}
.TagClassName
{
border-color: #04698E;
}
</style>