Shades of Cobalt #104DB0
Tints of Cobalt #104DB0
RGB
CMYK
RGB Variations
Color information
#104DB0 (or 0x104DB0) is known color: Cobalt. HEX triplet: 10, 4D and B0. RGB value is (16,77,176). Sum of RGB (Red+Green+Blue) = 16+77+176=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #104DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DB0 is #EFB24F. Grayscale: #454545. Windows color (decimal): -15708752 or 11554064. OLE color: 11554064.
HSL color Cylindrical-coordinate representation of color #104DB0: hue angle of 217.12º 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 #104DB0 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 77 | 176 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.31 |
| HSL | 217.13º | 0.83% | 0.38% | - |
| HSV(B) | 217.13º | 0.91% | 0.69% | - |
| XYZ | 10.7 | 8.55 | 42.16 | - |
| YUV | 70.05 | 187.79 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 176 | 0.91 | 0.56 | 0 | 0.31 | 217.13 | 0.83 | 0.38 |
| Hex | 10 | 4D | B0 | 5B | 38 | 0 | 1F | D9 | 53 | 26 |
| Octal | 20 | 115 | 260 | 133 | 70 | 0 | 37 | 331 | 123 | 46 |
| Binary | 10000 | 1001101 | 10110000 | 1011011 | 111000 | 0 | 11111 | 11011001 | 1010011 | 100110 |
Color Harmonies of #104DB0
Complementary color
Monochromatic Colors of #104DB0
Black with #104DB0
Text Example
Text Example
White with #104DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DB0; }
p { color: rgb(16,77,176); }
H1.HeaderClassName
{
color: #104DB0;
}
.AnyTagClassName
{
color: #104DB0;
}
</style>
background-color css
<style>
a { background-color: #104DB0; }
a { background-color: rgb(16,77,176); }
div.DivClassName
{
background-color: #104DB0;
}
.BgClassName
{
background-color: #104DB0;
}
</style>
border-color css
<style>
span { border-color: #104DB0; }
span { border-color: rgb(16,77,176); }
td.TdClassName
{
border-color: #104DB0;
}
.TagClassName
{
border-color: #104DB0;
}
</style>