Shades of Dark Cerulean #004C8C
Tints of Dark Cerulean #004C8C
RGB
CMYK
RGB Variations
Color information
#004C8C (or 0x004C8C) is known color: Dark Cerulean. HEX triplet: 00, 4C and 8C. RGB value is (0,76,140). Sum of RGB (Red+Green+Blue) = 0+76+140=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #004C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C8C is #FFB373. Grayscale: #3C3C3C. Windows color (decimal): -16757620 or 9194496. OLE color: 9194496.
HSL color Cylindrical-coordinate representation of color #004C8C: hue angle of 207.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C8C is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 76 | 140 | - |
| CMYK | 1 | 0.46 | 0 | 0.45 |
| HSL | 207.43º | 1% | 0.27% | - |
| HSV(B) | 207.43º | 1% | 0.55% | - |
| XYZ | 7.32 | 7.06 | 25.79 | - |
| YUV | 60.57 | 172.82 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 140 | 1 | 0.46 | 0 | 0.45 | 207.43 | 1 | 0.27 |
| Hex | 0 | 4C | 8C | 64 | 2E | 0 | 2D | CF | 64 | 1B |
| Octal | 0 | 114 | 214 | 144 | 56 | 0 | 55 | 317 | 144 | 33 |
| Binary | 0 | 1001100 | 10001100 | 1100100 | 101110 | 0 | 101101 | 11001111 | 1100100 | 11011 |
Color Harmonies of #004C8C
Complementary color
Monochromatic Colors of #004C8C
Black with #004C8C
Text Example
Text Example
White with #004C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C8C; }
p { color: rgb(0,76,140); }
H1.HeaderClassName
{
color: #004C8C;
}
.AnyTagClassName
{
color: #004C8C;
}
</style>
background-color css
<style>
a { background-color: #004C8C; }
a { background-color: rgb(0,76,140); }
div.DivClassName
{
background-color: #004C8C;
}
.BgClassName
{
background-color: #004C8C;
}
</style>
border-color css
<style>
span { border-color: #004C8C; }
span { border-color: rgb(0,76,140); }
td.TdClassName
{
border-color: #004C8C;
}
.TagClassName
{
border-color: #004C8C;
}
</style>