Shades of Dark Cerulean #004C7D
Tints of Dark Cerulean #004C7D
RGB
CMYK
RGB Variations
Color information
#004C7D (or 0x004C7D) is known color: Dark Cerulean. HEX triplet: 00, 4C and 7D. RGB value is (0,76,125). Sum of RGB (Red+Green+Blue) = 0+76+125=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #004C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C7D is #FFB382. Grayscale: #3A3A3A. Windows color (decimal): -16757635 or 8211456. OLE color: 8211456.
HSL color Cylindrical-coordinate representation of color #004C7D: hue angle of 203.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C7D is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 76 | 125 | - |
| CMYK | 1 | 0.39 | 0 | 0.51 |
| HSL | 203.52º | 1% | 0.25% | - |
| HSV(B) | 203.52º | 1% | 0.49% | - |
| XYZ | 6.29 | 6.65 | 20.35 | - |
| YUV | 58.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 125 | 1 | 0.39 | 0 | 0.51 | 203.52 | 1 | 0.25 |
| Hex | 0 | 4C | 7D | 64 | 27 | 0 | 33 | CC | 64 | 19 |
| Octal | 0 | 114 | 175 | 144 | 47 | 0 | 63 | 314 | 144 | 31 |
| Binary | 0 | 1001100 | 1111101 | 1100100 | 100111 | 0 | 110011 | 11001100 | 1100100 | 11001 |
Color Harmonies of #004C7D
Complementary color
Monochromatic Colors of #004C7D
Black with #004C7D
Text Example
Text Example
White with #004C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C7D; }
p { color: rgb(0,76,125); }
H1.HeaderClassName
{
color: #004C7D;
}
.AnyTagClassName
{
color: #004C7D;
}
</style>
background-color css
<style>
a { background-color: #004C7D; }
a { background-color: rgb(0,76,125); }
div.DivClassName
{
background-color: #004C7D;
}
.BgClassName
{
background-color: #004C7D;
}
</style>
border-color css
<style>
span { border-color: #004C7D; }
span { border-color: rgb(0,76,125); }
td.TdClassName
{
border-color: #004C7D;
}
.TagClassName
{
border-color: #004C7D;
}
</style>