Shades of Dark Cerulean #004880
Tints of Dark Cerulean #004880
RGB
CMYK
RGB Variations
Color information
#004880 (or 0x004880) is known color: Dark Cerulean. HEX triplet: 00, 48 and 80. RGB value is (0,72,128). Sum of RGB (Red+Green+Blue) = 0+72+128=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #004880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004880 is #FFB77F. Grayscale: #383838. Windows color (decimal): -16758656 or 8407040. OLE color: 8407040.
HSL color Cylindrical-coordinate representation of color #004880: hue angle of 206.25º 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 #004880 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 72 | 128 | - |
| CMYK | 1 | 0.44 | 0 | 0.50 |
| HSL | 206.25º | 1% | 0.25% | - |
| HSV(B) | 206.25º | 1% | 0.5% | - |
| XYZ | 6.21 | 6.19 | 21.29 | - |
| YUV | 56.86 | 168.15 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 128 | 1 | 0.44 | 0 | 0.50 | 206.25 | 1 | 0.25 |
| Hex | 0 | 48 | 80 | 64 | 2C | 0 | 32 | CE | 64 | 19 |
| Octal | 0 | 110 | 200 | 144 | 54 | 0 | 62 | 316 | 144 | 31 |
| Binary | 0 | 1001000 | 10000000 | 1100100 | 101100 | 0 | 110010 | 11001110 | 1100100 | 11001 |
Color Harmonies of #004880
Complementary color
Monochromatic Colors of #004880
Black with #004880
Text Example
Text Example
White with #004880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004880; }
p { color: rgb(0,72,128); }
H1.HeaderClassName
{
color: #004880;
}
.AnyTagClassName
{
color: #004880;
}
</style>
background-color css
<style>
a { background-color: #004880; }
a { background-color: rgb(0,72,128); }
div.DivClassName
{
background-color: #004880;
}
.BgClassName
{
background-color: #004880;
}
</style>
border-color css
<style>
span { border-color: #004880; }
span { border-color: rgb(0,72,128); }
td.TdClassName
{
border-color: #004880;
}
.TagClassName
{
border-color: #004880;
}
</style>