Shades of Dark Cerulean #104982
Tints of Dark Cerulean #104982
RGB
CMYK
RGB Variations
Color information
#104982 (or 0x104982) is known color: Dark Cerulean. HEX triplet: 10, 49 and 82. RGB value is (16,73,130). Sum of RGB (Red+Green+Blue) = 16+73+130=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #104982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104982 is #EFB67D. Grayscale: #3E3E3E. Windows color (decimal): -15709822 or 8538384. OLE color: 8538384.
HSL color Cylindrical-coordinate representation of color #104982: hue angle of 210º 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 #104982 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 73 | 130 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.49 |
| HSL | 210º | 0.78% | 0.29% | - |
| HSV(B) | 210º | 0.88% | 0.51% | - |
| XYZ | 6.63 | 6.49 | 22.02 | - |
| YUV | 62.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 130 | 0.88 | 0.44 | 0 | 0.49 | 210 | 0.78 | 0.29 |
| Hex | 10 | 49 | 82 | 58 | 2C | 0 | 31 | D2 | 4E | 1D |
| Octal | 20 | 111 | 202 | 130 | 54 | 0 | 61 | 322 | 116 | 35 |
| Binary | 10000 | 1001001 | 10000010 | 1011000 | 101100 | 0 | 110001 | 11010010 | 1001110 | 11101 |
Color Harmonies of #104982
Complementary color
Monochromatic Colors of #104982
Black with #104982
Text Example
Text Example
White with #104982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104982; }
p { color: rgb(16,73,130); }
H1.HeaderClassName
{
color: #104982;
}
.AnyTagClassName
{
color: #104982;
}
</style>
background-color css
<style>
a { background-color: #104982; }
a { background-color: rgb(16,73,130); }
div.DivClassName
{
background-color: #104982;
}
.BgClassName
{
background-color: #104982;
}
</style>
border-color css
<style>
span { border-color: #104982; }
span { border-color: rgb(16,73,130); }
td.TdClassName
{
border-color: #104982;
}
.TagClassName
{
border-color: #104982;
}
</style>