Shades of Dark Cerulean #105294
Tints of Dark Cerulean #105294
RGB
CMYK
RGB Variations
Color information
#105294 (or 0x105294) is known color: Dark Cerulean. HEX triplet: 10, 52 and 94. RGB value is (16,82,148). Sum of RGB (Red+Green+Blue) = 16+82+148=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #105294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105294 is #EFAD6B. Grayscale: #454545. Windows color (decimal): -15707500 or 9720336. OLE color: 9720336.
HSL color Cylindrical-coordinate representation of color #105294: hue angle of 210º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105294 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 82 | 148 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.42 |
| HSL | 210º | 0.8% | 0.32% | - |
| HSV(B) | 210º | 0.89% | 0.58% | - |
| XYZ | 8.58 | 8.28 | 29.16 | - |
| YUV | 69.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 148 | 0.89 | 0.45 | 0 | 0.42 | 210 | 0.8 | 0.32 |
| Hex | 10 | 52 | 94 | 59 | 2D | 0 | 2A | D2 | 50 | 20 |
| Octal | 20 | 122 | 224 | 131 | 55 | 0 | 52 | 322 | 120 | 40 |
| Binary | 10000 | 1010010 | 10010100 | 1011001 | 101101 | 0 | 101010 | 11010010 | 1010000 | 100000 |
Color Harmonies of #105294
Complementary color
Monochromatic Colors of #105294
Black with #105294
Text Example
Text Example
White with #105294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105294; }
p { color: rgb(16,82,148); }
H1.HeaderClassName
{
color: #105294;
}
.AnyTagClassName
{
color: #105294;
}
</style>
background-color css
<style>
a { background-color: #105294; }
a { background-color: rgb(16,82,148); }
div.DivClassName
{
background-color: #105294;
}
.BgClassName
{
background-color: #105294;
}
</style>
border-color css
<style>
span { border-color: #105294; }
span { border-color: rgb(16,82,148); }
td.TdClassName
{
border-color: #105294;
}
.TagClassName
{
border-color: #105294;
}
</style>