Shades of Dark Cerulean #104490
Tints of Dark Cerulean #104490
RGB
CMYK
RGB Variations
Color information
#104490 (or 0x104490) is known color: Dark Cerulean. HEX triplet: 10, 44 and 90. RGB value is (16,68,144). Sum of RGB (Red+Green+Blue) = 16+68+144=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #104490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104490 is #EFBB6F. Grayscale: #3C3C3C. Windows color (decimal): -15711088 or 9454608. OLE color: 9454608.
HSL color Cylindrical-coordinate representation of color #104490: hue angle of 215.62º 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 #104490 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 68 | 144 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.44 |
| HSL | 215.63º | 0.8% | 0.31% | - |
| HSV(B) | 215.63º | 0.89% | 0.56% | - |
| XYZ | 7.31 | 6.26 | 27.21 | - |
| YUV | 61.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 144 | 0.89 | 0.53 | 0 | 0.44 | 215.63 | 0.8 | 0.31 |
| Hex | 10 | 44 | 90 | 59 | 35 | 0 | 2C | D8 | 50 | 1F |
| Octal | 20 | 104 | 220 | 131 | 65 | 0 | 54 | 330 | 120 | 37 |
| Binary | 10000 | 1000100 | 10010000 | 1011001 | 110101 | 0 | 101100 | 11011000 | 1010000 | 11111 |
Color Harmonies of #104490
Complementary color
Monochromatic Colors of #104490
Black with #104490
Text Example
Text Example
White with #104490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104490; }
p { color: rgb(16,68,144); }
H1.HeaderClassName
{
color: #104490;
}
.AnyTagClassName
{
color: #104490;
}
</style>
background-color css
<style>
a { background-color: #104490; }
a { background-color: rgb(16,68,144); }
div.DivClassName
{
background-color: #104490;
}
.BgClassName
{
background-color: #104490;
}
</style>
border-color css
<style>
span { border-color: #104490; }
span { border-color: rgb(16,68,144); }
td.TdClassName
{
border-color: #104490;
}
.TagClassName
{
border-color: #104490;
}
</style>