Shades of Cobalt #104AAB
Tints of Cobalt #104AAB
RGB
CMYK
RGB Variations
Color information
#104AAB (or 0x104AAB) is known color: Cobalt. HEX triplet: 10, 4A and AB. RGB value is (16,74,171). Sum of RGB (Red+Green+Blue) = 16+74+171=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #104AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AAB is #EFB554. Grayscale: #434343. Windows color (decimal): -15709525 or 11225616. OLE color: 11225616.
HSL color Cylindrical-coordinate representation of color #104AAB: hue angle of 217.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104AAB is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 74 | 171 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.33 |
| HSL | 217.55º | 0.83% | 0.37% | - |
| HSV(B) | 217.55º | 0.91% | 0.67% | - |
| XYZ | 10.01 | 7.95 | 39.53 | - |
| YUV | 67.72 | 186.28 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 171 | 0.91 | 0.57 | 0 | 0.33 | 217.55 | 0.83 | 0.37 |
| Hex | 10 | 4A | AB | 5B | 39 | 0 | 21 | DA | 53 | 25 |
| Octal | 20 | 112 | 253 | 133 | 71 | 0 | 41 | 332 | 123 | 45 |
| Binary | 10000 | 1001010 | 10101011 | 1011011 | 111001 | 0 | 100001 | 11011010 | 1010011 | 100101 |
Color Harmonies of #104AAB
Complementary color
Monochromatic Colors of #104AAB
Black with #104AAB
Text Example
Text Example
White with #104AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AAB; }
p { color: rgb(16,74,171); }
H1.HeaderClassName
{
color: #104AAB;
}
.AnyTagClassName
{
color: #104AAB;
}
</style>
background-color css
<style>
a { background-color: #104AAB; }
a { background-color: rgb(16,74,171); }
div.DivClassName
{
background-color: #104AAB;
}
.BgClassName
{
background-color: #104AAB;
}
</style>
border-color css
<style>
span { border-color: #104AAB; }
span { border-color: rgb(16,74,171); }
td.TdClassName
{
border-color: #104AAB;
}
.TagClassName
{
border-color: #104AAB;
}
</style>