Shades of Cobalt #104FA1
Tints of Cobalt #104FA1
RGB
CMYK
RGB Variations
Color information
#104FA1 (or 0x104FA1) is known color: Cobalt. HEX triplet: 10, 4F and A1. RGB value is (16,79,161). Sum of RGB (Red+Green+Blue) = 16+79+161=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 161 (63.28% from 255 or 62.89% from 256); Max value from RGB is 161 - color contains mainly: blue. Hex color #104FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104FA1 is #EFB05E. Grayscale: #454545. Windows color (decimal): -15708255 or 10571536. OLE color: 10571536.
HSL color Cylindrical-coordinate representation of color #104FA1: hue angle of 213.93º 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 #104FA1 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 79 | 161 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.37 |
| HSL | 213.93º | 0.82% | 0.35% | - |
| HSV(B) | 213.93º | 0.9% | 0.63% | - |
| XYZ | 9.44 | 8.28 | 34.82 | - |
| YUV | 69.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 161 | 0.90 | 0.51 | 0 | 0.37 | 213.93 | 0.82 | 0.35 |
| Hex | 10 | 4F | A1 | 5A | 33 | 0 | 25 | D6 | 52 | 23 |
| Octal | 20 | 117 | 241 | 132 | 63 | 0 | 45 | 326 | 122 | 43 |
| Binary | 10000 | 1001111 | 10100001 | 1011010 | 110011 | 0 | 100101 | 11010110 | 1010010 | 100011 |
Color Harmonies of #104FA1
Complementary color
Monochromatic Colors of #104FA1
Black with #104FA1
Text Example
Text Example
White with #104FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104FA1; }
p { color: rgb(16,79,161); }
H1.HeaderClassName
{
color: #104FA1;
}
.AnyTagClassName
{
color: #104FA1;
}
</style>
background-color css
<style>
a { background-color: #104FA1; }
a { background-color: rgb(16,79,161); }
div.DivClassName
{
background-color: #104FA1;
}
.BgClassName
{
background-color: #104FA1;
}
</style>
border-color css
<style>
span { border-color: #104FA1; }
span { border-color: rgb(16,79,161); }
td.TdClassName
{
border-color: #104FA1;
}
.TagClassName
{
border-color: #104FA1;
}
</style>