Shades of Cobalt #104DAE
Tints of Cobalt #104DAE
RGB
CMYK
RGB Variations
Color information
#104DAE (or 0x104DAE) is known color: Cobalt. HEX triplet: 10, 4D and AE. RGB value is (16,77,174). Sum of RGB (Red+Green+Blue) = 16+77+174=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #104DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DAE is #EFB251. Grayscale: #454545. Windows color (decimal): -15708754 or 11422992. OLE color: 11422992.
HSL color Cylindrical-coordinate representation of color #104DAE: hue angle of 216.84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104DAE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 77 | 174 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.32 |
| HSL | 216.84º | 0.83% | 0.37% | - |
| HSV(B) | 216.84º | 0.91% | 0.68% | - |
| XYZ | 10.51 | 8.47 | 41.13 | - |
| YUV | 69.82 | 186.79 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 174 | 0.91 | 0.56 | 0 | 0.32 | 216.84 | 0.83 | 0.37 |
| Hex | 10 | 4D | AE | 5B | 38 | 0 | 20 | D9 | 53 | 25 |
| Octal | 20 | 115 | 256 | 133 | 70 | 0 | 40 | 331 | 123 | 45 |
| Binary | 10000 | 1001101 | 10101110 | 1011011 | 111000 | 0 | 100000 | 11011001 | 1010011 | 100101 |
Color Harmonies of #104DAE
Complementary color
Monochromatic Colors of #104DAE
Black with #104DAE
Text Example
Text Example
White with #104DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DAE; }
p { color: rgb(16,77,174); }
H1.HeaderClassName
{
color: #104DAE;
}
.AnyTagClassName
{
color: #104DAE;
}
</style>
background-color css
<style>
a { background-color: #104DAE; }
a { background-color: rgb(16,77,174); }
div.DivClassName
{
background-color: #104DAE;
}
.BgClassName
{
background-color: #104DAE;
}
</style>
border-color css
<style>
span { border-color: #104DAE; }
span { border-color: rgb(16,77,174); }
td.TdClassName
{
border-color: #104DAE;
}
.TagClassName
{
border-color: #104DAE;
}
</style>