Shades of Dark Cerulean #004680
Tints of Dark Cerulean #004680
RGB
CMYK
RGB Variations
Color information
#004680 (or 0x004680) is known color: Dark Cerulean. HEX triplet: 00, 46 and 80. RGB value is (0,70,128). Sum of RGB (Red+Green+Blue) = 0+70+128=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #004680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004680 is #FFB97F. Grayscale: #373737. Windows color (decimal): -16759168 or 8406528. OLE color: 8406528.
HSL color Cylindrical-coordinate representation of color #004680: hue angle of 207.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004680 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 70 | 128 | - |
| CMYK | 1 | 0.45 | 0 | 0.50 |
| HSL | 207.19º | 1% | 0.25% | - |
| HSV(B) | 207.19º | 1% | 0.5% | - |
| XYZ | 6.09 | 5.94 | 21.25 | - |
| YUV | 55.68 | 168.81 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 128 | 1 | 0.45 | 0 | 0.50 | 207.19 | 1 | 0.25 |
| Hex | 0 | 46 | 80 | 64 | 2D | 0 | 32 | CF | 64 | 19 |
| Octal | 0 | 106 | 200 | 144 | 55 | 0 | 62 | 317 | 144 | 31 |
| Binary | 0 | 1000110 | 10000000 | 1100100 | 101101 | 0 | 110010 | 11001111 | 1100100 | 11001 |
Color Harmonies of #004680
Complementary color
Monochromatic Colors of #004680
Black with #004680
Text Example
Text Example
White with #004680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004680; }
p { color: rgb(0,70,128); }
H1.HeaderClassName
{
color: #004680;
}
.AnyTagClassName
{
color: #004680;
}
</style>
background-color css
<style>
a { background-color: #004680; }
a { background-color: rgb(0,70,128); }
div.DivClassName
{
background-color: #004680;
}
.BgClassName
{
background-color: #004680;
}
</style>
border-color css
<style>
span { border-color: #004680; }
span { border-color: rgb(0,70,128); }
td.TdClassName
{
border-color: #004680;
}
.TagClassName
{
border-color: #004680;
}
</style>