Shades of Cobalt #104C9F
Tints of Cobalt #104C9F
RGB
CMYK
RGB Variations
Color information
#104C9F (or 0x104C9F) is known color: Cobalt. HEX triplet: 10, 4C and 9F. RGB value is (16,76,159). Sum of RGB (Red+Green+Blue) = 16+76+159=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #104C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C9F is #EFB360. Grayscale: #434343. Windows color (decimal): -15709025 or 10439696. OLE color: 10439696.
HSL color Cylindrical-coordinate representation of color #104C9F: hue angle of 214.83º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104C9F is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 76 | 159 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.38 |
| HSL | 214.83º | 0.82% | 0.34% | - |
| HSV(B) | 214.83º | 0.9% | 0.62% | - |
| XYZ | 9.06 | 7.78 | 33.83 | - |
| YUV | 67.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 159 | 0.90 | 0.52 | 0 | 0.38 | 214.83 | 0.82 | 0.34 |
| Hex | 10 | 4C | 9F | 5A | 34 | 0 | 26 | D7 | 52 | 22 |
| Octal | 20 | 114 | 237 | 132 | 64 | 0 | 46 | 327 | 122 | 42 |
| Binary | 10000 | 1001100 | 10011111 | 1011010 | 110100 | 0 | 100110 | 11010111 | 1010010 | 100010 |
Color Harmonies of #104C9F
Complementary color
Monochromatic Colors of #104C9F
Black with #104C9F
Text Example
Text Example
White with #104C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C9F; }
p { color: rgb(16,76,159); }
H1.HeaderClassName
{
color: #104C9F;
}
.AnyTagClassName
{
color: #104C9F;
}
</style>
background-color css
<style>
a { background-color: #104C9F; }
a { background-color: rgb(16,76,159); }
div.DivClassName
{
background-color: #104C9F;
}
.BgClassName
{
background-color: #104C9F;
}
</style>
border-color css
<style>
span { border-color: #104C9F; }
span { border-color: rgb(16,76,159); }
td.TdClassName
{
border-color: #104C9F;
}
.TagClassName
{
border-color: #104C9F;
}
</style>