Shades of Cobalt #104CAA
Tints of Cobalt #104CAA
RGB
CMYK
RGB Variations
Color information
#104CAA (or 0x104CAA) is known color: Cobalt. HEX triplet: 10, 4C and AA. RGB value is (16,76,170). Sum of RGB (Red+Green+Blue) = 16+76+170=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #104CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104CAA is #EFB355. Grayscale: #444444. Windows color (decimal): -15709014 or 11160592. OLE color: 11160592.
HSL color Cylindrical-coordinate representation of color #104CAA: hue angle of 216.62º 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 #104CAA is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 76 | 170 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.33 |
| HSL | 216.62º | 0.83% | 0.36% | - |
| HSV(B) | 216.62º | 0.91% | 0.67% | - |
| XYZ | 10.05 | 8.18 | 39.08 | - |
| YUV | 68.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 170 | 0.91 | 0.55 | 0 | 0.33 | 216.62 | 0.83 | 0.36 |
| Hex | 10 | 4C | AA | 5B | 37 | 0 | 21 | D9 | 53 | 24 |
| Octal | 20 | 114 | 252 | 133 | 67 | 0 | 41 | 331 | 123 | 44 |
| Binary | 10000 | 1001100 | 10101010 | 1011011 | 110111 | 0 | 100001 | 11011001 | 1010011 | 100100 |
Color Harmonies of #104CAA
Complementary color
Monochromatic Colors of #104CAA
Black with #104CAA
Text Example
Text Example
White with #104CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CAA; }
p { color: rgb(16,76,170); }
H1.HeaderClassName
{
color: #104CAA;
}
.AnyTagClassName
{
color: #104CAA;
}
</style>
background-color css
<style>
a { background-color: #104CAA; }
a { background-color: rgb(16,76,170); }
div.DivClassName
{
background-color: #104CAA;
}
.BgClassName
{
background-color: #104CAA;
}
</style>
border-color css
<style>
span { border-color: #104CAA; }
span { border-color: rgb(16,76,170); }
td.TdClassName
{
border-color: #104CAA;
}
.TagClassName
{
border-color: #104CAA;
}
</style>