Shades of Dark Cerulean #104190
Tints of Dark Cerulean #104190
RGB
CMYK
RGB Variations
Color information
#104190 (or 0x104190) is known color: Dark Cerulean. HEX triplet: 10, 41 and 90. RGB value is (16,65,144). Sum of RGB (Red+Green+Blue) = 16+65+144=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #104190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104190 is #EFBE6F. Grayscale: #3A3A3A. Windows color (decimal): -15711856 or 9453840. OLE color: 9453840.
HSL color Cylindrical-coordinate representation of color #104190: hue angle of 217.03º 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 #104190 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 65 | 144 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.44 |
| HSL | 217.03º | 0.8% | 0.31% | - |
| HSV(B) | 217.03º | 0.89% | 0.56% | - |
| XYZ | 7.14 | 5.9 | 27.15 | - |
| YUV | 59.36 | 175.77 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 144 | 0.89 | 0.55 | 0 | 0.44 | 217.03 | 0.8 | 0.31 |
| Hex | 10 | 41 | 90 | 59 | 37 | 0 | 2C | D9 | 50 | 1F |
| Octal | 20 | 101 | 220 | 131 | 67 | 0 | 54 | 331 | 120 | 37 |
| Binary | 10000 | 1000001 | 10010000 | 1011001 | 110111 | 0 | 101100 | 11011001 | 1010000 | 11111 |
Color Harmonies of #104190
Complementary color
Monochromatic Colors of #104190
Black with #104190
Text Example
Text Example
White with #104190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104190; }
p { color: rgb(16,65,144); }
H1.HeaderClassName
{
color: #104190;
}
.AnyTagClassName
{
color: #104190;
}
</style>
background-color css
<style>
a { background-color: #104190; }
a { background-color: rgb(16,65,144); }
div.DivClassName
{
background-color: #104190;
}
.BgClassName
{
background-color: #104190;
}
</style>
border-color css
<style>
span { border-color: #104190; }
span { border-color: rgb(16,65,144); }
td.TdClassName
{
border-color: #104190;
}
.TagClassName
{
border-color: #104190;
}
</style>