Shades of Dark Cerulean #104492
Tints of Dark Cerulean #104492
RGB
CMYK
RGB Variations
Color information
#104492 (or 0x104492) is known color: Dark Cerulean. HEX triplet: 10, 44 and 92. RGB value is (16,68,146). Sum of RGB (Red+Green+Blue) = 16+68+146=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #104492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104492 is #EFBB6D. Grayscale: #3C3C3C. Windows color (decimal): -15711086 or 9585680. OLE color: 9585680.
HSL color Cylindrical-coordinate representation of color #104492: hue angle of 216º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104492 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 68 | 146 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.43 |
| HSL | 216º | 0.8% | 0.32% | - |
| HSV(B) | 216º | 0.89% | 0.57% | - |
| XYZ | 7.47 | 6.32 | 28.02 | - |
| YUV | 61.34 | 175.77 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 146 | 0.89 | 0.53 | 0 | 0.43 | 216 | 0.8 | 0.32 |
| Hex | 10 | 44 | 92 | 59 | 35 | 0 | 2B | D8 | 50 | 20 |
| Octal | 20 | 104 | 222 | 131 | 65 | 0 | 53 | 330 | 120 | 40 |
| Binary | 10000 | 1000100 | 10010010 | 1011001 | 110101 | 0 | 101011 | 11011000 | 1010000 | 100000 |
Color Harmonies of #104492
Complementary color
Monochromatic Colors of #104492
Black with #104492
Text Example
Text Example
White with #104492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104492; }
p { color: rgb(16,68,146); }
H1.HeaderClassName
{
color: #104492;
}
.AnyTagClassName
{
color: #104492;
}
</style>
background-color css
<style>
a { background-color: #104492; }
a { background-color: rgb(16,68,146); }
div.DivClassName
{
background-color: #104492;
}
.BgClassName
{
background-color: #104492;
}
</style>
border-color css
<style>
span { border-color: #104492; }
span { border-color: rgb(16,68,146); }
td.TdClassName
{
border-color: #104492;
}
.TagClassName
{
border-color: #104492;
}
</style>