Shades of Cobalt #104AB0
Tints of Cobalt #104AB0
RGB
CMYK
RGB Variations
Color information
#104AB0 (or 0x104AB0) is known color: Cobalt. HEX triplet: 10, 4A and B0. RGB value is (16,74,176). Sum of RGB (Red+Green+Blue) = 16+74+176=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 176 (69.14% from 255 or 66.17% from 266); Max value from RGB is 176 - color contains mainly: blue. Hex color #104AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AB0 is #EFB54F. Grayscale: #434343. Windows color (decimal): -15709520 or 11553296. OLE color: 11553296.
HSL color Cylindrical-coordinate representation of color #104AB0: hue angle of 218.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104AB0 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 74 | 176 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.31 |
| HSL | 218.25º | 0.83% | 0.38% | - |
| HSV(B) | 218.25º | 0.91% | 0.69% | - |
| XYZ | 10.5 | 8.14 | 42.09 | - |
| YUV | 68.29 | 188.78 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 176 | 0.91 | 0.58 | 0 | 0.31 | 218.25 | 0.83 | 0.38 |
| Hex | 10 | 4A | B0 | 5B | 3A | 0 | 1F | DA | 53 | 26 |
| Octal | 20 | 112 | 260 | 133 | 72 | 0 | 37 | 332 | 123 | 46 |
| Binary | 10000 | 1001010 | 10110000 | 1011011 | 111010 | 0 | 11111 | 11011010 | 1010011 | 100110 |
Color Harmonies of #104AB0
Complementary color
Monochromatic Colors of #104AB0
Black with #104AB0
Text Example
Text Example
White with #104AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AB0; }
p { color: rgb(16,74,176); }
H1.HeaderClassName
{
color: #104AB0;
}
.AnyTagClassName
{
color: #104AB0;
}
</style>
background-color css
<style>
a { background-color: #104AB0; }
a { background-color: rgb(16,74,176); }
div.DivClassName
{
background-color: #104AB0;
}
.BgClassName
{
background-color: #104AB0;
}
</style>
border-color css
<style>
span { border-color: #104AB0; }
span { border-color: rgb(16,74,176); }
td.TdClassName
{
border-color: #104AB0;
}
.TagClassName
{
border-color: #104AB0;
}
</style>