Shades of Cobalt #104FA2
Tints of Cobalt #104FA2
RGB
CMYK
RGB Variations
Color information
#104FA2 (or 0x104FA2) is known color: Cobalt. HEX triplet: 10, 4F and A2. RGB value is (16,79,162). Sum of RGB (Red+Green+Blue) = 16+79+162=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #104FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104FA2 is #EFB05D. Grayscale: #454545. Windows color (decimal): -15708254 or 10637072. OLE color: 10637072.
HSL color Cylindrical-coordinate representation of color #104FA2: hue angle of 214.11º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104FA2 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 79 | 162 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.36 |
| HSL | 214.11º | 0.82% | 0.35% | - |
| HSV(B) | 214.11º | 0.9% | 0.64% | - |
| XYZ | 9.53 | 8.31 | 35.28 | - |
| YUV | 69.63 | 180.13 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 162 | 0.90 | 0.51 | 0 | 0.36 | 214.11 | 0.82 | 0.35 |
| Hex | 10 | 4F | A2 | 5A | 33 | 0 | 24 | D6 | 52 | 23 |
| Octal | 20 | 117 | 242 | 132 | 63 | 0 | 44 | 326 | 122 | 43 |
| Binary | 10000 | 1001111 | 10100010 | 1011010 | 110011 | 0 | 100100 | 11010110 | 1010010 | 100011 |
Color Harmonies of #104FA2
Complementary color
Monochromatic Colors of #104FA2
Black with #104FA2
Text Example
Text Example
White with #104FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104FA2; }
p { color: rgb(16,79,162); }
H1.HeaderClassName
{
color: #104FA2;
}
.AnyTagClassName
{
color: #104FA2;
}
</style>
background-color css
<style>
a { background-color: #104FA2; }
a { background-color: rgb(16,79,162); }
div.DivClassName
{
background-color: #104FA2;
}
.BgClassName
{
background-color: #104FA2;
}
</style>
border-color css
<style>
span { border-color: #104FA2; }
span { border-color: rgb(16,79,162); }
td.TdClassName
{
border-color: #104FA2;
}
.TagClassName
{
border-color: #104FA2;
}
</style>