Shades of Dark Cerulean #105492
Tints of Dark Cerulean #105492
RGB
CMYK
RGB Variations
Color information
#105492 (or 0x105492) is known color: Dark Cerulean. HEX triplet: 10, 54 and 92. RGB value is (16,84,146). Sum of RGB (Red+Green+Blue) = 16+84+146=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #105492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105492 is #EFAB6D. Grayscale: #464646. Windows color (decimal): -15706990 or 9589776. OLE color: 9589776.
HSL color Cylindrical-coordinate representation of color #105492: hue angle of 208.62º 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 #105492 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 84 | 146 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.43 |
| HSL | 208.62º | 0.8% | 0.32% | - |
| HSV(B) | 208.62º | 0.89% | 0.57% | - |
| XYZ | 8.57 | 8.53 | 28.39 | - |
| YUV | 70.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 146 | 0.89 | 0.42 | 0 | 0.43 | 208.62 | 0.8 | 0.32 |
| Hex | 10 | 54 | 92 | 59 | 2A | 0 | 2B | D1 | 50 | 20 |
| Octal | 20 | 124 | 222 | 131 | 52 | 0 | 53 | 321 | 120 | 40 |
| Binary | 10000 | 1010100 | 10010010 | 1011001 | 101010 | 0 | 101011 | 11010001 | 1010000 | 100000 |
Color Harmonies of #105492
Complementary color
Monochromatic Colors of #105492
Black with #105492
Text Example
Text Example
White with #105492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105492; }
p { color: rgb(16,84,146); }
H1.HeaderClassName
{
color: #105492;
}
.AnyTagClassName
{
color: #105492;
}
</style>
background-color css
<style>
a { background-color: #105492; }
a { background-color: rgb(16,84,146); }
div.DivClassName
{
background-color: #105492;
}
.BgClassName
{
background-color: #105492;
}
</style>
border-color css
<style>
span { border-color: #105492; }
span { border-color: rgb(16,84,146); }
td.TdClassName
{
border-color: #105492;
}
.TagClassName
{
border-color: #105492;
}
</style>