Shades of Dark Cerulean #104D76
Tints of Dark Cerulean #104D76
RGB
CMYK
RGB Variations
Color information
#104D76 (or 0x104D76) is known color: Dark Cerulean. HEX triplet: 10, 4D and 76. RGB value is (16,77,118). Sum of RGB (Red+Green+Blue) = 16+77+118=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #104D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D76 is #EFB289. Grayscale: #3F3F3F. Windows color (decimal): -15708810 or 7752976. OLE color: 7752976.
HSL color Cylindrical-coordinate representation of color #104D76: hue angle of 204.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104D76 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 77 | 118 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.54 |
| HSL | 204.12º | 0.76% | 0.26% | - |
| HSV(B) | 204.12º | 0.86% | 0.46% | - |
| XYZ | 6.14 | 6.73 | 18.11 | - |
| YUV | 63.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 118 | 0.86 | 0.35 | 0 | 0.54 | 204.12 | 0.76 | 0.26 |
| Hex | 10 | 4D | 76 | 56 | 23 | 0 | 36 | CC | 4C | 1A |
| Octal | 20 | 115 | 166 | 126 | 43 | 0 | 66 | 314 | 114 | 32 |
| Binary | 10000 | 1001101 | 1110110 | 1010110 | 100011 | 0 | 110110 | 11001100 | 1001100 | 11010 |
Color Harmonies of #104D76
Complementary color
Monochromatic Colors of #104D76
Black with #104D76
Text Example
Text Example
White with #104D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D76; }
p { color: rgb(16,77,118); }
H1.HeaderClassName
{
color: #104D76;
}
.AnyTagClassName
{
color: #104D76;
}
</style>
background-color css
<style>
a { background-color: #104D76; }
a { background-color: rgb(16,77,118); }
div.DivClassName
{
background-color: #104D76;
}
.BgClassName
{
background-color: #104D76;
}
</style>
border-color css
<style>
span { border-color: #104D76; }
span { border-color: rgb(16,77,118); }
td.TdClassName
{
border-color: #104D76;
}
.TagClassName
{
border-color: #104D76;
}
</style>