Shades of Dark Cerulean #004080
Tints of Dark Cerulean #004080
RGB
CMYK
RGB Variations
Color information
#004080 (or 0x004080) is known color: Dark Cerulean. HEX triplet: 00, 40 and 80. RGB value is (0,64,128). Sum of RGB (Red+Green+Blue) = 0+64+128=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #004080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004080 is #FFBF7F. Grayscale: #333333. Windows color (decimal): -16760704 or 8404992. OLE color: 8404992.
HSL color Cylindrical-coordinate representation of color #004080: hue angle of 210º 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 #004080 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
RGB | 0 | 64 | 128 | - |
CMYK | 1 | 0.5 | 0 | 0.50 |
HSL | 210º | 1% | 0.25% | - |
HSV(B) | 210º | 1% | 0.5% | - |
XYZ | 5.73 | 5.23 | 21.13 | - |
YUV | 52.16 | 170.8 | 90.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 64 | 128 | 1 | 0.5 | 0 | 0.50 | 210 | 1 | 0.25 |
Hex | 0 | 40 | 80 | 64 | 32 | 0 | 32 | D2 | 64 | 19 |
Octal | 0 | 100 | 200 | 144 | 62 | 0 | 62 | 322 | 144 | 31 |
Binary | 0 | 1000000 | 10000000 | 1100100 | 110010 | 0 | 110010 | 11010010 | 1100100 | 11001 |
Color Harmonies of #004080
Complementary color
Monochromatic Colors of #004080
Black with #004080
Text Example
Text Example
White with #004080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004080; }
p { color: rgb(0,64,128); }
H1.HeaderClassName
{
color: #004080;
}
.AnyTagClassName
{
color: #004080;
}
</style>
background-color css
<style>
a { background-color: #004080; }
a { background-color: rgb(0,64,128); }
div.DivClassName
{
background-color: #004080;
}
.BgClassName
{
background-color: #004080;
}
</style>
border-color css
<style>
span { border-color: #004080; }
span { border-color: rgb(0,64,128); }
td.TdClassName
{
border-color: #004080;
}
.TagClassName
{
border-color: #004080;
}
</style>