Shades of Cerulean #04699F
Tints of Cerulean #04699F
RGB
CMYK
RGB Variations
Color information
#04699F (or 0x04699F) is known color: Cerulean. HEX triplet: 04, 69 and 9F. RGB value is (4,105,159). Sum of RGB (Red+Green+Blue) = 4+105+159=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #04699F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04699F is #FB9660. Grayscale: #505050. Windows color (decimal): -16488033 or 10447108. OLE color: 10447108.
HSL color Cylindrical-coordinate representation of color #04699F: hue angle of 200.9º 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 #04699F is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 105 | 159 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.38 |
| HSL | 200.9º | 0.95% | 0.32% | - |
| HSV(B) | 200.9º | 0.97% | 0.62% | - |
| XYZ | 11.36 | 12.63 | 34.64 | - |
| YUV | 80.96 | 172.04 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 159 | 0.97 | 0.34 | 0 | 0.38 | 200.9 | 0.95 | 0.32 |
| Hex | 4 | 69 | 9F | 61 | 22 | 0 | 26 | C9 | 5F | 20 |
| Octal | 4 | 151 | 237 | 141 | 42 | 0 | 46 | 311 | 137 | 40 |
| Binary | 100 | 1101001 | 10011111 | 1100001 | 100010 | 0 | 100110 | 11001001 | 1011111 | 100000 |
Color Harmonies of #04699F
Complementary color
Monochromatic Colors of #04699F
Black with #04699F
Text Example
Text Example
White with #04699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04699F; }
p { color: rgb(4,105,159); }
H1.HeaderClassName
{
color: #04699F;
}
.AnyTagClassName
{
color: #04699F;
}
</style>
background-color css
<style>
a { background-color: #04699F; }
a { background-color: rgb(4,105,159); }
div.DivClassName
{
background-color: #04699F;
}
.BgClassName
{
background-color: #04699F;
}
</style>
border-color css
<style>
span { border-color: #04699F; }
span { border-color: rgb(4,105,159); }
td.TdClassName
{
border-color: #04699F;
}
.TagClassName
{
border-color: #04699F;
}
</style>