Shades of Cobalt #104CA2
Tints of Cobalt #104CA2
RGB
CMYK
RGB Variations
Color information
#104CA2 (or 0x104CA2) is known color: Cobalt. HEX triplet: 10, 4C and A2. RGB value is (16,76,162). Sum of RGB (Red+Green+Blue) = 16+76+162=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 162 (63.67% from 255 or 63.78% from 254); Max value from RGB is 162 - color contains mainly: blue. Hex color #104CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104CA2 is #EFB35D. Grayscale: #434343. Windows color (decimal): -15709022 or 10636304. OLE color: 10636304.
HSL color Cylindrical-coordinate representation of color #104CA2: hue angle of 215.34º 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 #104CA2 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 76 | 162 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.36 |
| HSL | 215.34º | 0.82% | 0.35% | - |
| HSV(B) | 215.34º | 0.9% | 0.64% | - |
| XYZ | 9.32 | 7.89 | 35.21 | - |
| YUV | 67.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 162 | 0.90 | 0.53 | 0 | 0.36 | 215.34 | 0.82 | 0.35 |
| Hex | 10 | 4C | A2 | 5A | 35 | 0 | 24 | D7 | 52 | 23 |
| Octal | 20 | 114 | 242 | 132 | 65 | 0 | 44 | 327 | 122 | 43 |
| Binary | 10000 | 1001100 | 10100010 | 1011010 | 110101 | 0 | 100100 | 11010111 | 1010010 | 100011 |
Color Harmonies of #104CA2
Complementary color
Monochromatic Colors of #104CA2
Black with #104CA2
Text Example
Text Example
White with #104CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CA2; }
p { color: rgb(16,76,162); }
H1.HeaderClassName
{
color: #104CA2;
}
.AnyTagClassName
{
color: #104CA2;
}
</style>
background-color css
<style>
a { background-color: #104CA2; }
a { background-color: rgb(16,76,162); }
div.DivClassName
{
background-color: #104CA2;
}
.BgClassName
{
background-color: #104CA2;
}
</style>
border-color css
<style>
span { border-color: #104CA2; }
span { border-color: rgb(16,76,162); }
td.TdClassName
{
border-color: #104CA2;
}
.TagClassName
{
border-color: #104CA2;
}
</style>