Shades of Dark Cerulean #004C78
Tints of Dark Cerulean #004C78
RGB
CMYK
RGB Variations
Color information
#004C78 (or 0x004C78) is known color: Dark Cerulean. HEX triplet: 00, 4C and 78. RGB value is (0,76,120). Sum of RGB (Red+Green+Blue) = 0+76+120=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #004C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C78 is #FFB387. Grayscale: #3A3A3A. Windows color (decimal): -16757640 or 7883776. OLE color: 7883776.
HSL color Cylindrical-coordinate representation of color #004C78: hue angle of 202º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C78 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 76 | 120 | - |
| CMYK | 1 | 0.37 | 0 | 0.53 |
| HSL | 202º | 1% | 0.24% | - |
| HSV(B) | 202º | 1% | 0.47% | - |
| XYZ | 5.97 | 6.52 | 18.71 | - |
| YUV | 58.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 120 | 1 | 0.37 | 0 | 0.53 | 202 | 1 | 0.24 |
| Hex | 0 | 4C | 78 | 64 | 25 | 0 | 35 | CA | 64 | 18 |
| Octal | 0 | 114 | 170 | 144 | 45 | 0 | 65 | 312 | 144 | 30 |
| Binary | 0 | 1001100 | 1111000 | 1100100 | 100101 | 0 | 110101 | 11001010 | 1100100 | 11000 |
Color Harmonies of #004C78
Complementary color
Monochromatic Colors of #004C78
Black with #004C78
Text Example
Text Example
White with #004C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C78; }
p { color: rgb(0,76,120); }
H1.HeaderClassName
{
color: #004C78;
}
.AnyTagClassName
{
color: #004C78;
}
</style>
background-color css
<style>
a { background-color: #004C78; }
a { background-color: rgb(0,76,120); }
div.DivClassName
{
background-color: #004C78;
}
.BgClassName
{
background-color: #004C78;
}
</style>
border-color css
<style>
span { border-color: #004C78; }
span { border-color: rgb(0,76,120); }
td.TdClassName
{
border-color: #004C78;
}
.TagClassName
{
border-color: #004C78;
}
</style>