Shades of Dark Cerulean #104D80
Tints of Dark Cerulean #104D80
RGB
CMYK
RGB Variations
Color information
#104D80 (or 0x104D80) is known color: Dark Cerulean. HEX triplet: 10, 4D and 80. RGB value is (16,77,128). Sum of RGB (Red+Green+Blue) = 16+77+128=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #104D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D80 is #EFB27F. Grayscale: #404040. Windows color (decimal): -15708800 or 8408336. OLE color: 8408336.
HSL color Cylindrical-coordinate representation of color #104D80: hue angle of 207.32º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104D80 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 77 | 128 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.50 |
| HSL | 207.32º | 0.78% | 0.28% | - |
| HSV(B) | 207.32º | 0.88% | 0.5% | - |
| XYZ | 6.76 | 6.98 | 21.41 | - |
| YUV | 64.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 128 | 0.88 | 0.40 | 0 | 0.50 | 207.32 | 0.78 | 0.28 |
| Hex | 10 | 4D | 80 | 58 | 28 | 0 | 32 | CF | 4E | 1C |
| Octal | 20 | 115 | 200 | 130 | 50 | 0 | 62 | 317 | 116 | 34 |
| Binary | 10000 | 1001101 | 10000000 | 1011000 | 101000 | 0 | 110010 | 11001111 | 1001110 | 11100 |
Color Harmonies of #104D80
Complementary color
Monochromatic Colors of #104D80
Black with #104D80
Text Example
Text Example
White with #104D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D80; }
p { color: rgb(16,77,128); }
H1.HeaderClassName
{
color: #104D80;
}
.AnyTagClassName
{
color: #104D80;
}
</style>
background-color css
<style>
a { background-color: #104D80; }
a { background-color: rgb(16,77,128); }
div.DivClassName
{
background-color: #104D80;
}
.BgClassName
{
background-color: #104D80;
}
</style>
border-color css
<style>
span { border-color: #104D80; }
span { border-color: rgb(16,77,128); }
td.TdClassName
{
border-color: #104D80;
}
.TagClassName
{
border-color: #104D80;
}
</style>