Shades of Dark Cerulean #004C6C
Tints of Dark Cerulean #004C6C
RGB
CMYK
RGB Variations
Color information
#004C6C (or 0x004C6C) is known color: Dark Cerulean. HEX triplet: 00, 4C and 6C. RGB value is (0,76,108). Sum of RGB (Red+Green+Blue) = 0+76+108=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #004C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C6C is #FFB393. Grayscale: #383838. Windows color (decimal): -16757652 or 7097344. OLE color: 7097344.
HSL color Cylindrical-coordinate representation of color #004C6C: hue angle of 197.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C6C is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 76 | 108 | - |
| CMYK | 1 | 0.30 | 0 | 0.58 |
| HSL | 197.78º | 1% | 0.21% | - |
| HSV(B) | 197.78º | 1% | 0.42% | - |
| XYZ | 5.29 | 6.25 | 15.12 | - |
| YUV | 56.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 108 | 1 | 0.30 | 0 | 0.58 | 197.78 | 1 | 0.21 |
| Hex | 0 | 4C | 6C | 64 | 1E | 0 | 3A | C6 | 64 | 15 |
| Octal | 0 | 114 | 154 | 144 | 36 | 0 | 72 | 306 | 144 | 25 |
| Binary | 0 | 1001100 | 1101100 | 1100100 | 11110 | 0 | 111010 | 11000110 | 1100100 | 10101 |
Color Harmonies of #004C6C
Complementary color
Monochromatic Colors of #004C6C
Black with #004C6C
Text Example
Text Example
White with #004C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C6C; }
p { color: rgb(0,76,108); }
H1.HeaderClassName
{
color: #004C6C;
}
.AnyTagClassName
{
color: #004C6C;
}
</style>
background-color css
<style>
a { background-color: #004C6C; }
a { background-color: rgb(0,76,108); }
div.DivClassName
{
background-color: #004C6C;
}
.BgClassName
{
background-color: #004C6C;
}
</style>
border-color css
<style>
span { border-color: #004C6C; }
span { border-color: rgb(0,76,108); }
td.TdClassName
{
border-color: #004C6C;
}
.TagClassName
{
border-color: #004C6C;
}
</style>