Shades of Cobalt #104F9B
Tints of Cobalt #104F9B
RGB
CMYK
RGB Variations
Color information
#104F9B (or 0x104F9B) is known color: Cobalt. HEX triplet: 10, 4F and 9B. RGB value is (16,79,155). Sum of RGB (Red+Green+Blue) = 16+79+155=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #104F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F9B is #EFB064. Grayscale: #444444. Windows color (decimal): -15708261 or 10178320. OLE color: 10178320.
HSL color Cylindrical-coordinate representation of color #104F9B: hue angle of 212.81º 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 #104F9B is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 79 | 155 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.39 |
| HSL | 212.81º | 0.81% | 0.34% | - |
| HSV(B) | 212.81º | 0.9% | 0.61% | - |
| XYZ | 8.93 | 8.07 | 32.1 | - |
| YUV | 68.83 | 176.63 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 155 | 0.90 | 0.49 | 0 | 0.39 | 212.81 | 0.81 | 0.34 |
| Hex | 10 | 4F | 9B | 5A | 31 | 0 | 27 | D5 | 51 | 22 |
| Octal | 20 | 117 | 233 | 132 | 61 | 0 | 47 | 325 | 121 | 42 |
| Binary | 10000 | 1001111 | 10011011 | 1011010 | 110001 | 0 | 100111 | 11010101 | 1010001 | 100010 |
Color Harmonies of #104F9B
Complementary color
Monochromatic Colors of #104F9B
Black with #104F9B
Text Example
Text Example
White with #104F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F9B; }
p { color: rgb(16,79,155); }
H1.HeaderClassName
{
color: #104F9B;
}
.AnyTagClassName
{
color: #104F9B;
}
</style>
background-color css
<style>
a { background-color: #104F9B; }
a { background-color: rgb(16,79,155); }
div.DivClassName
{
background-color: #104F9B;
}
.BgClassName
{
background-color: #104F9B;
}
</style>
border-color css
<style>
span { border-color: #104F9B; }
span { border-color: rgb(16,79,155); }
td.TdClassName
{
border-color: #104F9B;
}
.TagClassName
{
border-color: #104F9B;
}
</style>