Shades of Cobalt #104F9C
Tints of Cobalt #104F9C
RGB
CMYK
RGB Variations
Color information
#104F9C (or 0x104F9C) is known color: Cobalt. HEX triplet: 10, 4F and 9C. RGB value is (16,79,156). Sum of RGB (Red+Green+Blue) = 16+79+156=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #104F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F9C is #EFB063. Grayscale: #444444. Windows color (decimal): -15708260 or 10243856. OLE color: 10243856.
HSL color Cylindrical-coordinate representation of color #104F9C: hue angle of 213º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104F9C is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 79 | 156 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.39 |
| HSL | 213º | 0.81% | 0.34% | - |
| HSV(B) | 213º | 0.9% | 0.61% | - |
| XYZ | 9.01 | 8.1 | 32.54 | - |
| YUV | 68.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 156 | 0.90 | 0.49 | 0 | 0.39 | 213 | 0.81 | 0.34 |
| Hex | 10 | 4F | 9C | 5A | 31 | 0 | 27 | D5 | 51 | 22 |
| Octal | 20 | 117 | 234 | 132 | 61 | 0 | 47 | 325 | 121 | 42 |
| Binary | 10000 | 1001111 | 10011100 | 1011010 | 110001 | 0 | 100111 | 11010101 | 1010001 | 100010 |
Color Harmonies of #104F9C
Complementary color
Monochromatic Colors of #104F9C
Black with #104F9C
Text Example
Text Example
White with #104F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F9C; }
p { color: rgb(16,79,156); }
H1.HeaderClassName
{
color: #104F9C;
}
.AnyTagClassName
{
color: #104F9C;
}
</style>
background-color css
<style>
a { background-color: #104F9C; }
a { background-color: rgb(16,79,156); }
div.DivClassName
{
background-color: #104F9C;
}
.BgClassName
{
background-color: #104F9C;
}
</style>
border-color css
<style>
span { border-color: #104F9C; }
span { border-color: rgb(16,79,156); }
td.TdClassName
{
border-color: #104F9C;
}
.TagClassName
{
border-color: #104F9C;
}
</style>