Shades of Dark Cerulean #005080
Tints of Dark Cerulean #005080
RGB
CMYK
RGB Variations
Color information
#005080 (or 0x005080) is known color: Dark Cerulean. HEX triplet: 00, 50 and 80. RGB value is (0,80,128). Sum of RGB (Red+Green+Blue) = 0+80+128=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #005080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005080 is #FFAF7F. Grayscale: #3D3D3D. Windows color (decimal): -16756608 or 8409088. OLE color: 8409088.
HSL color Cylindrical-coordinate representation of color #005080: hue angle of 202.5º 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 #005080 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 80 | 128 | - |
| CMYK | 1 | 0.38 | 0 | 0.50 |
| HSL | 202.5º | 1% | 0.25% | - |
| HSV(B) | 202.5º | 1% | 0.5% | - |
| XYZ | 6.76 | 7.3 | 21.47 | - |
| YUV | 61.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 128 | 1 | 0.38 | 0 | 0.50 | 202.5 | 1 | 0.25 |
| Hex | 0 | 50 | 80 | 64 | 26 | 0 | 32 | CA | 64 | 19 |
| Octal | 0 | 120 | 200 | 144 | 46 | 0 | 62 | 312 | 144 | 31 |
| Binary | 0 | 1010000 | 10000000 | 1100100 | 100110 | 0 | 110010 | 11001010 | 1100100 | 11001 |
Color Harmonies of #005080
Complementary color
Monochromatic Colors of #005080
Black with #005080
Text Example
Text Example
White with #005080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005080; }
p { color: rgb(0,80,128); }
H1.HeaderClassName
{
color: #005080;
}
.AnyTagClassName
{
color: #005080;
}
</style>
background-color css
<style>
a { background-color: #005080; }
a { background-color: rgb(0,80,128); }
div.DivClassName
{
background-color: #005080;
}
.BgClassName
{
background-color: #005080;
}
</style>
border-color css
<style>
span { border-color: #005080; }
span { border-color: rgb(0,80,128); }
td.TdClassName
{
border-color: #005080;
}
.TagClassName
{
border-color: #005080;
}
</style>