Shades of Dark Cerulean #104D6D
Tints of Dark Cerulean #104D6D
RGB
CMYK
RGB Variations
Color information
#104D6D (or 0x104D6D) is known color: Dark Cerulean. HEX triplet: 10, 4D and 6D. RGB value is (16,77,109). Sum of RGB (Red+Green+Blue) = 16+77+109=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #104D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D6D is #EFB292. Grayscale: #3E3E3E. Windows color (decimal): -15708819 or 7163152. OLE color: 7163152.
HSL color Cylindrical-coordinate representation of color #104D6D: hue angle of 200.65º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104D6D is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 77 | 109 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.57 |
| HSL | 200.65º | 0.74% | 0.25% | - |
| HSV(B) | 200.65º | 0.85% | 0.43% | - |
| XYZ | 5.63 | 6.52 | 15.43 | - |
| YUV | 62.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 109 | 0.85 | 0.29 | 0 | 0.57 | 200.65 | 0.74 | 0.25 |
| Hex | 10 | 4D | 6D | 55 | 1D | 0 | 39 | C9 | 4A | 19 |
| Octal | 20 | 115 | 155 | 125 | 35 | 0 | 71 | 311 | 112 | 31 |
| Binary | 10000 | 1001101 | 1101101 | 1010101 | 11101 | 0 | 111001 | 11001001 | 1001010 | 11001 |
Color Harmonies of #104D6D
Complementary color
Monochromatic Colors of #104D6D
Black with #104D6D
Text Example
Text Example
White with #104D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D6D; }
p { color: rgb(16,77,109); }
H1.HeaderClassName
{
color: #104D6D;
}
.AnyTagClassName
{
color: #104D6D;
}
</style>
background-color css
<style>
a { background-color: #104D6D; }
a { background-color: rgb(16,77,109); }
div.DivClassName
{
background-color: #104D6D;
}
.BgClassName
{
background-color: #104D6D;
}
</style>
border-color css
<style>
span { border-color: #104D6D; }
span { border-color: rgb(16,77,109); }
td.TdClassName
{
border-color: #104D6D;
}
.TagClassName
{
border-color: #104D6D;
}
</style>