Shades of Cobalt #104AAA
Tints of Cobalt #104AAA
RGB
CMYK
RGB Variations
Color information
#104AAA (or 0x104AAA) is known color: Cobalt. HEX triplet: 10, 4A and AA. RGB value is (16,74,170). Sum of RGB (Red+Green+Blue) = 16+74+170=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #104AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AAA is #EFB555. Grayscale: #434343. Windows color (decimal): -15709526 or 11160080. OLE color: 11160080.
HSL color Cylindrical-coordinate representation of color #104AAA: hue angle of 217.4º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104AAA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 74 | 170 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.33 |
| HSL | 217.4º | 0.83% | 0.36% | - |
| HSV(B) | 217.4º | 0.91% | 0.67% | - |
| XYZ | 9.92 | 7.91 | 39.03 | - |
| YUV | 67.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 170 | 0.91 | 0.56 | 0 | 0.33 | 217.4 | 0.83 | 0.36 |
| Hex | 10 | 4A | AA | 5B | 38 | 0 | 21 | D9 | 53 | 24 |
| Octal | 20 | 112 | 252 | 133 | 70 | 0 | 41 | 331 | 123 | 44 |
| Binary | 10000 | 1001010 | 10101010 | 1011011 | 111000 | 0 | 100001 | 11011001 | 1010011 | 100100 |
Color Harmonies of #104AAA
Complementary color
Monochromatic Colors of #104AAA
Black with #104AAA
Text Example
Text Example
White with #104AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AAA; }
p { color: rgb(16,74,170); }
H1.HeaderClassName
{
color: #104AAA;
}
.AnyTagClassName
{
color: #104AAA;
}
</style>
background-color css
<style>
a { background-color: #104AAA; }
a { background-color: rgb(16,74,170); }
div.DivClassName
{
background-color: #104AAA;
}
.BgClassName
{
background-color: #104AAA;
}
</style>
border-color css
<style>
span { border-color: #104AAA; }
span { border-color: rgb(16,74,170); }
td.TdClassName
{
border-color: #104AAA;
}
.TagClassName
{
border-color: #104AAA;
}
</style>