Shades of Cerulean #04699C
Tints of Cerulean #04699C
RGB
CMYK
RGB Variations
Color information
#04699C (or 0x04699C) is known color: Cerulean. HEX triplet: 04, 69 and 9C. RGB value is (4,105,156). Sum of RGB (Red+Green+Blue) = 4+105+156=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #04699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04699C is #FB9663. Grayscale: #505050. Windows color (decimal): -16488036 or 10250500. OLE color: 10250500.
HSL color Cylindrical-coordinate representation of color #04699C: hue angle of 200.13º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04699C is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 105 | 156 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.39 |
| HSL | 200.13º | 0.95% | 0.31% | - |
| HSV(B) | 200.13º | 0.97% | 0.61% | - |
| XYZ | 11.1 | 12.53 | 33.29 | - |
| YUV | 80.62 | 170.54 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 156 | 0.97 | 0.33 | 0 | 0.39 | 200.13 | 0.95 | 0.31 |
| Hex | 4 | 69 | 9C | 61 | 21 | 0 | 27 | C8 | 5F | 1F |
| Octal | 4 | 151 | 234 | 141 | 41 | 0 | 47 | 310 | 137 | 37 |
| Binary | 100 | 1101001 | 10011100 | 1100001 | 100001 | 0 | 100111 | 11001000 | 1011111 | 11111 |
Color Harmonies of #04699C
Complementary color
Monochromatic Colors of #04699C
Black with #04699C
Text Example
Text Example
White with #04699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04699C; }
p { color: rgb(4,105,156); }
H1.HeaderClassName
{
color: #04699C;
}
.AnyTagClassName
{
color: #04699C;
}
</style>
background-color css
<style>
a { background-color: #04699C; }
a { background-color: rgb(4,105,156); }
div.DivClassName
{
background-color: #04699C;
}
.BgClassName
{
background-color: #04699C;
}
</style>
border-color css
<style>
span { border-color: #04699C; }
span { border-color: rgb(4,105,156); }
td.TdClassName
{
border-color: #04699C;
}
.TagClassName
{
border-color: #04699C;
}
</style>