Shades of Cobalt #104AAE
Tints of Cobalt #104AAE
RGB
CMYK
RGB Variations
Color information
#104AAE (or 0x104AAE) is known color: Cobalt. HEX triplet: 10, 4A and AE. RGB value is (16,74,174). Sum of RGB (Red+Green+Blue) = 16+74+174=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #104AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AAE is #EFB551. Grayscale: #434343. Windows color (decimal): -15709522 or 11422224. OLE color: 11422224.
HSL color Cylindrical-coordinate representation of color #104AAE: hue angle of 217.97º 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 #104AAE is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 74 | 174 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.32 |
| HSL | 217.97º | 0.83% | 0.37% | - |
| HSV(B) | 217.97º | 0.91% | 0.68% | - |
| XYZ | 10.3 | 8.06 | 41.06 | - |
| YUV | 68.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 174 | 0.91 | 0.57 | 0 | 0.32 | 217.97 | 0.83 | 0.37 |
| Hex | 10 | 4A | AE | 5B | 39 | 0 | 20 | DA | 53 | 25 |
| Octal | 20 | 112 | 256 | 133 | 71 | 0 | 40 | 332 | 123 | 45 |
| Binary | 10000 | 1001010 | 10101110 | 1011011 | 111001 | 0 | 100000 | 11011010 | 1010011 | 100101 |
Color Harmonies of #104AAE
Complementary color
Monochromatic Colors of #104AAE
Black with #104AAE
Text Example
Text Example
White with #104AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AAE; }
p { color: rgb(16,74,174); }
H1.HeaderClassName
{
color: #104AAE;
}
.AnyTagClassName
{
color: #104AAE;
}
</style>
background-color css
<style>
a { background-color: #104AAE; }
a { background-color: rgb(16,74,174); }
div.DivClassName
{
background-color: #104AAE;
}
.BgClassName
{
background-color: #104AAE;
}
</style>
border-color css
<style>
span { border-color: #104AAE; }
span { border-color: rgb(16,74,174); }
td.TdClassName
{
border-color: #104AAE;
}
.TagClassName
{
border-color: #104AAE;
}
</style>