Shades of Dark Cerulean #104990
Tints of Dark Cerulean #104990
RGB
CMYK
RGB Variations
Color information
#104990 (or 0x104990) is known color: Dark Cerulean. HEX triplet: 10, 49 and 90. RGB value is (16,73,144). Sum of RGB (Red+Green+Blue) = 16+73+144=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #104990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104990 is #EFB66F. Grayscale: #3F3F3F. Windows color (decimal): -15709808 or 9455888. OLE color: 9455888.
HSL color Cylindrical-coordinate representation of color #104990: hue angle of 213.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104990 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 73 | 144 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.44 |
| HSL | 213.28º | 0.8% | 0.31% | - |
| HSV(B) | 213.28º | 0.89% | 0.56% | - |
| XYZ | 7.63 | 6.89 | 27.31 | - |
| YUV | 64.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 144 | 0.89 | 0.49 | 0 | 0.44 | 213.28 | 0.8 | 0.31 |
| Hex | 10 | 49 | 90 | 59 | 31 | 0 | 2C | D5 | 50 | 1F |
| Octal | 20 | 111 | 220 | 131 | 61 | 0 | 54 | 325 | 120 | 37 |
| Binary | 10000 | 1001001 | 10010000 | 1011001 | 110001 | 0 | 101100 | 11010101 | 1010000 | 11111 |
Color Harmonies of #104990
Complementary color
Monochromatic Colors of #104990
Black with #104990
Text Example
Text Example
White with #104990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104990; }
p { color: rgb(16,73,144); }
H1.HeaderClassName
{
color: #104990;
}
.AnyTagClassName
{
color: #104990;
}
</style>
background-color css
<style>
a { background-color: #104990; }
a { background-color: rgb(16,73,144); }
div.DivClassName
{
background-color: #104990;
}
.BgClassName
{
background-color: #104990;
}
</style>
border-color css
<style>
span { border-color: #104990; }
span { border-color: rgb(16,73,144); }
td.TdClassName
{
border-color: #104990;
}
.TagClassName
{
border-color: #104990;
}
</style>