Shades of Cobalt #104BA2
Tints of Cobalt #104BA2
RGB
CMYK
RGB Variations
Color information
#104BA2 (or 0x104BA2) is known color: Cobalt. HEX triplet: 10, 4B and A2. RGB value is (16,75,162). Sum of RGB (Red+Green+Blue) = 16+75+162=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 162 (63.67% from 255 or 64.03% from 253); Max value from RGB is 162 - color contains mainly: blue. Hex color #104BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BA2 is #EFB45D. Grayscale: #424242. Windows color (decimal): -15709278 or 10636048. OLE color: 10636048.
HSL color Cylindrical-coordinate representation of color #104BA2: hue angle of 215.75º 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 #104BA2 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 75 | 162 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.36 |
| HSL | 215.75º | 0.82% | 0.35% | - |
| HSV(B) | 215.75º | 0.9% | 0.64% | - |
| XYZ | 9.25 | 7.75 | 35.19 | - |
| YUV | 67.28 | 181.45 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 162 | 0.90 | 0.54 | 0 | 0.36 | 215.75 | 0.82 | 0.35 |
| Hex | 10 | 4B | A2 | 5A | 36 | 0 | 24 | D8 | 52 | 23 |
| Octal | 20 | 113 | 242 | 132 | 66 | 0 | 44 | 330 | 122 | 43 |
| Binary | 10000 | 1001011 | 10100010 | 1011010 | 110110 | 0 | 100100 | 11011000 | 1010010 | 100011 |
Color Harmonies of #104BA2
Complementary color
Monochromatic Colors of #104BA2
Black with #104BA2
Text Example
Text Example
White with #104BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BA2; }
p { color: rgb(16,75,162); }
H1.HeaderClassName
{
color: #104BA2;
}
.AnyTagClassName
{
color: #104BA2;
}
</style>
background-color css
<style>
a { background-color: #104BA2; }
a { background-color: rgb(16,75,162); }
div.DivClassName
{
background-color: #104BA2;
}
.BgClassName
{
background-color: #104BA2;
}
</style>
border-color css
<style>
span { border-color: #104BA2; }
span { border-color: rgb(16,75,162); }
td.TdClassName
{
border-color: #104BA2;
}
.TagClassName
{
border-color: #104BA2;
}
</style>