Shades of Dark Cerulean #004685
Tints of Dark Cerulean #004685
RGB
CMYK
RGB Variations
Color information
#004685 (or 0x004685) is known color: Dark Cerulean. HEX triplet: 00, 46 and 85. RGB value is (0,70,133). Sum of RGB (Red+Green+Blue) = 0+70+133=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #004685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004685 is #FFB97A. Grayscale: #373737. Windows color (decimal): -16759163 or 8734208. OLE color: 8734208.
HSL color Cylindrical-coordinate representation of color #004685: hue angle of 208.42º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004685 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 70 | 133 | - |
| CMYK | 1 | 0.47 | 0 | 0.48 |
| HSL | 208.42º | 1% | 0.26% | - |
| HSV(B) | 208.42º | 1% | 0.52% | - |
| XYZ | 6.42 | 6.07 | 23.02 | - |
| YUV | 56.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 133 | 1 | 0.47 | 0 | 0.48 | 208.42 | 1 | 0.26 |
| Hex | 0 | 46 | 85 | 64 | 2F | 0 | 30 | D0 | 64 | 1A |
| Octal | 0 | 106 | 205 | 144 | 57 | 0 | 60 | 320 | 144 | 32 |
| Binary | 0 | 1000110 | 10000101 | 1100100 | 101111 | 0 | 110000 | 11010000 | 1100100 | 11010 |
Color Harmonies of #004685
Complementary color
Monochromatic Colors of #004685
Black with #004685
Text Example
Text Example
White with #004685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004685; }
p { color: rgb(0,70,133); }
H1.HeaderClassName
{
color: #004685;
}
.AnyTagClassName
{
color: #004685;
}
</style>
background-color css
<style>
a { background-color: #004685; }
a { background-color: rgb(0,70,133); }
div.DivClassName
{
background-color: #004685;
}
.BgClassName
{
background-color: #004685;
}
</style>
border-color css
<style>
span { border-color: #004685; }
span { border-color: rgb(0,70,133); }
td.TdClassName
{
border-color: #004685;
}
.TagClassName
{
border-color: #004685;
}
</style>