Shades of Cobalt #104DB1
Tints of Cobalt #104DB1
RGB
CMYK
RGB Variations
Color information
#104DB1 (or 0x104DB1) is known color: Cobalt. HEX triplet: 10, 4D and B1. RGB value is (16,77,177). Sum of RGB (Red+Green+Blue) = 16+77+177=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 177 (69.53% from 255 or 65.56% from 270); Max value from RGB is 177 - color contains mainly: blue. Hex color #104DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DB1 is #EFB24E. Grayscale: #454545. Windows color (decimal): -15708751 or 11619600. OLE color: 11619600.
HSL color Cylindrical-coordinate representation of color #104DB1: hue angle of 217.27º 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 #104DB1 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 77 | 177 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.31 |
| HSL | 217.27º | 0.83% | 0.38% | - |
| HSV(B) | 217.27º | 0.91% | 0.69% | - |
| XYZ | 10.8 | 8.59 | 42.68 | - |
| YUV | 70.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 177 | 0.91 | 0.56 | 0 | 0.31 | 217.27 | 0.83 | 0.38 |
| Hex | 10 | 4D | B1 | 5B | 38 | 0 | 1F | D9 | 53 | 26 |
| Octal | 20 | 115 | 261 | 133 | 70 | 0 | 37 | 331 | 123 | 46 |
| Binary | 10000 | 1001101 | 10110001 | 1011011 | 111000 | 0 | 11111 | 11011001 | 1010011 | 100110 |
Color Harmonies of #104DB1
Complementary color
Monochromatic Colors of #104DB1
Black with #104DB1
Text Example
Text Example
White with #104DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DB1; }
p { color: rgb(16,77,177); }
H1.HeaderClassName
{
color: #104DB1;
}
.AnyTagClassName
{
color: #104DB1;
}
</style>
background-color css
<style>
a { background-color: #104DB1; }
a { background-color: rgb(16,77,177); }
div.DivClassName
{
background-color: #104DB1;
}
.BgClassName
{
background-color: #104DB1;
}
</style>
border-color css
<style>
span { border-color: #104DB1; }
span { border-color: rgb(16,77,177); }
td.TdClassName
{
border-color: #104DB1;
}
.TagClassName
{
border-color: #104DB1;
}
</style>