Shades of Dark Cerulean #104782
Tints of Dark Cerulean #104782
RGB
CMYK
RGB Variations
Color information
#104782 (or 0x104782) is known color: Dark Cerulean. HEX triplet: 10, 47 and 82. RGB value is (16,71,130). Sum of RGB (Red+Green+Blue) = 16+71+130=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #104782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104782 is #EFB87D. Grayscale: #3C3C3C. Windows color (decimal): -15710334 or 8537872. OLE color: 8537872.
HSL color Cylindrical-coordinate representation of color #104782: hue angle of 211.05º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104782 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 71 | 130 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.49 |
| HSL | 211.05º | 0.78% | 0.29% | - |
| HSV(B) | 211.05º | 0.88% | 0.51% | - |
| XYZ | 6.5 | 6.23 | 21.98 | - |
| YUV | 61.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 130 | 0.88 | 0.45 | 0 | 0.49 | 211.05 | 0.78 | 0.29 |
| Hex | 10 | 47 | 82 | 58 | 2D | 0 | 31 | D3 | 4E | 1D |
| Octal | 20 | 107 | 202 | 130 | 55 | 0 | 61 | 323 | 116 | 35 |
| Binary | 10000 | 1000111 | 10000010 | 1011000 | 101101 | 0 | 110001 | 11010011 | 1001110 | 11101 |
Color Harmonies of #104782
Complementary color
Monochromatic Colors of #104782
Black with #104782
Text Example
Text Example
White with #104782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104782; }
p { color: rgb(16,71,130); }
H1.HeaderClassName
{
color: #104782;
}
.AnyTagClassName
{
color: #104782;
}
</style>
background-color css
<style>
a { background-color: #104782; }
a { background-color: rgb(16,71,130); }
div.DivClassName
{
background-color: #104782;
}
.BgClassName
{
background-color: #104782;
}
</style>
border-color css
<style>
span { border-color: #104782; }
span { border-color: rgb(16,71,130); }
td.TdClassName
{
border-color: #104782;
}
.TagClassName
{
border-color: #104782;
}
</style>