Shades of Cobalt #104BA1
Tints of Cobalt #104BA1
RGB
CMYK
RGB Variations
Color information
#104BA1 (or 0x104BA1) is known color: Cobalt. HEX triplet: 10, 4B and A1. RGB value is (16,75,161). Sum of RGB (Red+Green+Blue) = 16+75+161=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 161 (63.28% from 255 or 63.89% from 252); Max value from RGB is 161 - color contains mainly: blue. Hex color #104BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BA1 is #EFB45E. Grayscale: #424242. Windows color (decimal): -15709279 or 10570512. OLE color: 10570512.
HSL color Cylindrical-coordinate representation of color #104BA1: hue angle of 215.59º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104BA1 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 75 | 161 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.37 |
| HSL | 215.59º | 0.82% | 0.35% | - |
| HSV(B) | 215.59º | 0.9% | 0.63% | - |
| XYZ | 9.16 | 7.72 | 34.72 | - |
| YUV | 67.16 | 180.95 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 161 | 0.90 | 0.53 | 0 | 0.37 | 215.59 | 0.82 | 0.35 |
| Hex | 10 | 4B | A1 | 5A | 35 | 0 | 25 | D8 | 52 | 23 |
| Octal | 20 | 113 | 241 | 132 | 65 | 0 | 45 | 330 | 122 | 43 |
| Binary | 10000 | 1001011 | 10100001 | 1011010 | 110101 | 0 | 100101 | 11011000 | 1010010 | 100011 |
Color Harmonies of #104BA1
Complementary color
Monochromatic Colors of #104BA1
Black with #104BA1
Text Example
Text Example
White with #104BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BA1; }
p { color: rgb(16,75,161); }
H1.HeaderClassName
{
color: #104BA1;
}
.AnyTagClassName
{
color: #104BA1;
}
</style>
background-color css
<style>
a { background-color: #104BA1; }
a { background-color: rgb(16,75,161); }
div.DivClassName
{
background-color: #104BA1;
}
.BgClassName
{
background-color: #104BA1;
}
</style>
border-color css
<style>
span { border-color: #104BA1; }
span { border-color: rgb(16,75,161); }
td.TdClassName
{
border-color: #104BA1;
}
.TagClassName
{
border-color: #104BA1;
}
</style>