Shades of Dark Cerulean #104E76
Tints of Dark Cerulean #104E76
RGB
CMYK
RGB Variations
Color information
#104E76 (or 0x104E76) is known color: Dark Cerulean. HEX triplet: 10, 4E and 76. RGB value is (16,78,118). Sum of RGB (Red+Green+Blue) = 16+78+118=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #104E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E76 is #EFB189. Grayscale: #3F3F3F. Windows color (decimal): -15708554 or 7753232. OLE color: 7753232.
HSL color Cylindrical-coordinate representation of color #104E76: hue angle of 203.53º 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 #104E76 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 78 | 118 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.54 |
| HSL | 203.53º | 0.76% | 0.26% | - |
| HSV(B) | 203.53º | 0.86% | 0.46% | - |
| XYZ | 6.21 | 6.87 | 18.14 | - |
| YUV | 64.02 | 158.46 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 118 | 0.86 | 0.34 | 0 | 0.54 | 203.53 | 0.76 | 0.26 |
| Hex | 10 | 4E | 76 | 56 | 22 | 0 | 36 | CC | 4C | 1A |
| Octal | 20 | 116 | 166 | 126 | 42 | 0 | 66 | 314 | 114 | 32 |
| Binary | 10000 | 1001110 | 1110110 | 1010110 | 100010 | 0 | 110110 | 11001100 | 1001100 | 11010 |
Color Harmonies of #104E76
Complementary color
Monochromatic Colors of #104E76
Black with #104E76
Text Example
Text Example
White with #104E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E76; }
p { color: rgb(16,78,118); }
H1.HeaderClassName
{
color: #104E76;
}
.AnyTagClassName
{
color: #104E76;
}
</style>
background-color css
<style>
a { background-color: #104E76; }
a { background-color: rgb(16,78,118); }
div.DivClassName
{
background-color: #104E76;
}
.BgClassName
{
background-color: #104E76;
}
</style>
border-color css
<style>
span { border-color: #104E76; }
span { border-color: rgb(16,78,118); }
td.TdClassName
{
border-color: #104E76;
}
.TagClassName
{
border-color: #104E76;
}
</style>