Shades of Dark Cerulean #004C6D
Tints of Dark Cerulean #004C6D
RGB
CMYK
RGB Variations
Color information
#004C6D (or 0x004C6D) is known color: Dark Cerulean. HEX triplet: 00, 4C and 6D. RGB value is (0,76,109). Sum of RGB (Red+Green+Blue) = 0+76+109=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #004C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C6D is #FFB392. Grayscale: #383838. Windows color (decimal): -16757651 or 7162880. OLE color: 7162880.
HSL color Cylindrical-coordinate representation of color #004C6D: hue angle of 198.17º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C6D is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 76 | 109 | - |
| CMYK | 1 | 0.30 | 0 | 0.57 |
| HSL | 198.17º | 1% | 0.21% | - |
| HSV(B) | 198.17º | 1% | 0.43% | - |
| XYZ | 5.34 | 6.27 | 15.4 | - |
| YUV | 57.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 109 | 1 | 0.30 | 0 | 0.57 | 198.17 | 1 | 0.21 |
| Hex | 0 | 4C | 6D | 64 | 1E | 0 | 39 | C6 | 64 | 15 |
| Octal | 0 | 114 | 155 | 144 | 36 | 0 | 71 | 306 | 144 | 25 |
| Binary | 0 | 1001100 | 1101101 | 1100100 | 11110 | 0 | 111001 | 11000110 | 1100100 | 10101 |
Color Harmonies of #004C6D
Complementary color
Monochromatic Colors of #004C6D
Black with #004C6D
Text Example
Text Example
White with #004C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C6D; }
p { color: rgb(0,76,109); }
H1.HeaderClassName
{
color: #004C6D;
}
.AnyTagClassName
{
color: #004C6D;
}
</style>
background-color css
<style>
a { background-color: #004C6D; }
a { background-color: rgb(0,76,109); }
div.DivClassName
{
background-color: #004C6D;
}
.BgClassName
{
background-color: #004C6D;
}
</style>
border-color css
<style>
span { border-color: #004C6D; }
span { border-color: rgb(0,76,109); }
td.TdClassName
{
border-color: #004C6D;
}
.TagClassName
{
border-color: #004C6D;
}
</style>