Shades of Dark Cerulean #004686
Tints of Dark Cerulean #004686
RGB
CMYK
RGB Variations
Color information
#004686 (or 0x004686) is known color: Dark Cerulean. HEX triplet: 00, 46 and 86. RGB value is (0,70,134). Sum of RGB (Red+Green+Blue) = 0+70+134=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #004686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004686 is #FFB979. Grayscale: #383838. Windows color (decimal): -16759162 or 8799744. OLE color: 8799744.
HSL color Cylindrical-coordinate representation of color #004686: hue angle of 208.66º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004686 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 70 | 134 | - |
| CMYK | 1 | 0.48 | 0 | 0.47 |
| HSL | 208.66º | 1% | 0.26% | - |
| HSV(B) | 208.66º | 1% | 0.53% | - |
| XYZ | 6.49 | 6.1 | 23.39 | - |
| YUV | 56.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 134 | 1 | 0.48 | 0 | 0.47 | 208.66 | 1 | 0.26 |
| Hex | 0 | 46 | 86 | 64 | 30 | 0 | 2F | D1 | 64 | 1A |
| Octal | 0 | 106 | 206 | 144 | 60 | 0 | 57 | 321 | 144 | 32 |
| Binary | 0 | 1000110 | 10000110 | 1100100 | 110000 | 0 | 101111 | 11010001 | 1100100 | 11010 |
Color Harmonies of #004686
Complementary color
Monochromatic Colors of #004686
Black with #004686
Text Example
Text Example
White with #004686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004686; }
p { color: rgb(0,70,134); }
H1.HeaderClassName
{
color: #004686;
}
.AnyTagClassName
{
color: #004686;
}
</style>
background-color css
<style>
a { background-color: #004686; }
a { background-color: rgb(0,70,134); }
div.DivClassName
{
background-color: #004686;
}
.BgClassName
{
background-color: #004686;
}
</style>
border-color css
<style>
span { border-color: #004686; }
span { border-color: rgb(0,70,134); }
td.TdClassName
{
border-color: #004686;
}
.TagClassName
{
border-color: #004686;
}
</style>