Shades of Cobalt #104AAF
Tints of Cobalt #104AAF
RGB
CMYK
RGB Variations
Color information
#104AAF (or 0x104AAF) is known color: Cobalt. HEX triplet: 10, 4A and AF. RGB value is (16,74,175). Sum of RGB (Red+Green+Blue) = 16+74+175=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #104AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104AAF is #EFB550. Grayscale: #434343. Windows color (decimal): -15709521 or 11487760. OLE color: 11487760.
HSL color Cylindrical-coordinate representation of color #104AAF: hue angle of 218.11º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104AAF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 74 | 175 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.31 |
| HSL | 218.11º | 0.83% | 0.37% | - |
| HSV(B) | 218.11º | 0.91% | 0.69% | - |
| XYZ | 10.4 | 8.1 | 41.57 | - |
| YUV | 68.17 | 188.28 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 175 | 0.91 | 0.58 | 0 | 0.31 | 218.11 | 0.83 | 0.37 |
| Hex | 10 | 4A | AF | 5B | 3A | 0 | 1F | DA | 53 | 25 |
| Octal | 20 | 112 | 257 | 133 | 72 | 0 | 37 | 332 | 123 | 45 |
| Binary | 10000 | 1001010 | 10101111 | 1011011 | 111010 | 0 | 11111 | 11011010 | 1010011 | 100101 |
Color Harmonies of #104AAF
Complementary color
Monochromatic Colors of #104AAF
Black with #104AAF
Text Example
Text Example
White with #104AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AAF; }
p { color: rgb(16,74,175); }
H1.HeaderClassName
{
color: #104AAF;
}
.AnyTagClassName
{
color: #104AAF;
}
</style>
background-color css
<style>
a { background-color: #104AAF; }
a { background-color: rgb(16,74,175); }
div.DivClassName
{
background-color: #104AAF;
}
.BgClassName
{
background-color: #104AAF;
}
</style>
border-color css
<style>
span { border-color: #104AAF; }
span { border-color: rgb(16,74,175); }
td.TdClassName
{
border-color: #104AAF;
}
.TagClassName
{
border-color: #104AAF;
}
</style>