Shades of Dark Cerulean #004B80
Tints of Dark Cerulean #004B80
RGB
CMYK
RGB Variations
Color information
#004B80 (or 0x004B80) is known color: Dark Cerulean. HEX triplet: 00, 4B and 80. RGB value is (0,75,128). Sum of RGB (Red+Green+Blue) = 0+75+128=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #004B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004B80 is #FFB47F. Grayscale: #3A3A3A. Windows color (decimal): -16757888 or 8407808. OLE color: 8407808.
HSL color Cylindrical-coordinate representation of color #004B80: hue angle of 204.84º 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 #004B80 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 75 | 128 | - |
| CMYK | 1 | 0.41 | 0 | 0.50 |
| HSL | 204.84º | 1% | 0.25% | - |
| HSV(B) | 204.84º | 1% | 0.5% | - |
| XYZ | 6.41 | 6.59 | 21.36 | - |
| YUV | 58.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 128 | 1 | 0.41 | 0 | 0.50 | 204.84 | 1 | 0.25 |
| Hex | 0 | 4B | 80 | 64 | 29 | 0 | 32 | CD | 64 | 19 |
| Octal | 0 | 113 | 200 | 144 | 51 | 0 | 62 | 315 | 144 | 31 |
| Binary | 0 | 1001011 | 10000000 | 1100100 | 101001 | 0 | 110010 | 11001101 | 1100100 | 11001 |
Color Harmonies of #004B80
Complementary color
Monochromatic Colors of #004B80
Black with #004B80
Text Example
Text Example
White with #004B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B80; }
p { color: rgb(0,75,128); }
H1.HeaderClassName
{
color: #004B80;
}
.AnyTagClassName
{
color: #004B80;
}
</style>
background-color css
<style>
a { background-color: #004B80; }
a { background-color: rgb(0,75,128); }
div.DivClassName
{
background-color: #004B80;
}
.BgClassName
{
background-color: #004B80;
}
</style>
border-color css
<style>
span { border-color: #004B80; }
span { border-color: rgb(0,75,128); }
td.TdClassName
{
border-color: #004B80;
}
.TagClassName
{
border-color: #004B80;
}
</style>