Shades of Dark Cerulean #004C86
Tints of Dark Cerulean #004C86
RGB
CMYK
RGB Variations
Color information
#004C86 (or 0x004C86) is known color: Dark Cerulean. HEX triplet: 00, 4C and 86. RGB value is (0,76,134). Sum of RGB (Red+Green+Blue) = 0+76+134=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #004C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C86 is #FFB379. Grayscale: #3B3B3B. Windows color (decimal): -16757626 or 8801280. OLE color: 8801280.
HSL color Cylindrical-coordinate representation of color #004C86: hue angle of 205.97º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C86 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 76 | 134 | - |
| CMYK | 1 | 0.43 | 0 | 0.47 |
| HSL | 205.97º | 1% | 0.26% | - |
| HSV(B) | 205.97º | 1% | 0.53% | - |
| XYZ | 6.89 | 6.89 | 23.52 | - |
| YUV | 59.89 | 169.82 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 134 | 1 | 0.43 | 0 | 0.47 | 205.97 | 1 | 0.26 |
| Hex | 0 | 4C | 86 | 64 | 2B | 0 | 2F | CE | 64 | 1A |
| Octal | 0 | 114 | 206 | 144 | 53 | 0 | 57 | 316 | 144 | 32 |
| Binary | 0 | 1001100 | 10000110 | 1100100 | 101011 | 0 | 101111 | 11001110 | 1100100 | 11010 |
Color Harmonies of #004C86
Complementary color
Monochromatic Colors of #004C86
Black with #004C86
Text Example
Text Example
White with #004C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C86; }
p { color: rgb(0,76,134); }
H1.HeaderClassName
{
color: #004C86;
}
.AnyTagClassName
{
color: #004C86;
}
</style>
background-color css
<style>
a { background-color: #004C86; }
a { background-color: rgb(0,76,134); }
div.DivClassName
{
background-color: #004C86;
}
.BgClassName
{
background-color: #004C86;
}
</style>
border-color css
<style>
span { border-color: #004C86; }
span { border-color: rgb(0,76,134); }
td.TdClassName
{
border-color: #004C86;
}
.TagClassName
{
border-color: #004C86;
}
</style>