Shades of Cobalt #104DAA
Tints of Cobalt #104DAA
RGB
CMYK
RGB Variations
Color information
#104DAA (or 0x104DAA) is known color: Cobalt. HEX triplet: 10, 4D and AA. RGB value is (16,77,170). Sum of RGB (Red+Green+Blue) = 16+77+170=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #104DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DAA is #EFB255. Grayscale: #444444. Windows color (decimal): -15708758 or 11160848. OLE color: 11160848.
HSL color Cylindrical-coordinate representation of color #104DAA: hue angle of 216.23º 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 #104DAA is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 77 | 170 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.33 |
| HSL | 216.23º | 0.83% | 0.36% | - |
| HSV(B) | 216.23º | 0.91% | 0.67% | - |
| XYZ | 10.12 | 8.32 | 39.1 | - |
| YUV | 69.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 170 | 0.91 | 0.55 | 0 | 0.33 | 216.23 | 0.83 | 0.36 |
| Hex | 10 | 4D | AA | 5B | 37 | 0 | 21 | D8 | 53 | 24 |
| Octal | 20 | 115 | 252 | 133 | 67 | 0 | 41 | 330 | 123 | 44 |
| Binary | 10000 | 1001101 | 10101010 | 1011011 | 110111 | 0 | 100001 | 11011000 | 1010011 | 100100 |
Color Harmonies of #104DAA
Complementary color
Monochromatic Colors of #104DAA
Black with #104DAA
Text Example
Text Example
White with #104DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DAA; }
p { color: rgb(16,77,170); }
H1.HeaderClassName
{
color: #104DAA;
}
.AnyTagClassName
{
color: #104DAA;
}
</style>
background-color css
<style>
a { background-color: #104DAA; }
a { background-color: rgb(16,77,170); }
div.DivClassName
{
background-color: #104DAA;
}
.BgClassName
{
background-color: #104DAA;
}
</style>
border-color css
<style>
span { border-color: #104DAA; }
span { border-color: rgb(16,77,170); }
td.TdClassName
{
border-color: #104DAA;
}
.TagClassName
{
border-color: #104DAA;
}
</style>