Shades of Cobalt #104EAC
Tints of Cobalt #104EAC
RGB
CMYK
RGB Variations
Color information
#104EAC (or 0x104EAC) is known color: Cobalt. HEX triplet: 10, 4E and AC. RGB value is (16,78,172). Sum of RGB (Red+Green+Blue) = 16+78+172=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #104EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104EAC is #EFB153. Grayscale: #454545. Windows color (decimal): -15708500 or 11292176. OLE color: 11292176.
HSL color Cylindrical-coordinate representation of color #104EAC: hue angle of 216.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104EAC is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 78 | 172 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.33 |
| HSL | 216.15º | 0.83% | 0.37% | - |
| HSV(B) | 216.15º | 0.91% | 0.67% | - |
| XYZ | 10.38 | 8.54 | 40.13 | - |
| YUV | 70.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 172 | 0.91 | 0.55 | 0 | 0.33 | 216.15 | 0.83 | 0.37 |
| Hex | 10 | 4E | AC | 5B | 37 | 0 | 21 | D8 | 53 | 25 |
| Octal | 20 | 116 | 254 | 133 | 67 | 0 | 41 | 330 | 123 | 45 |
| Binary | 10000 | 1001110 | 10101100 | 1011011 | 110111 | 0 | 100001 | 11011000 | 1010011 | 100101 |
Color Harmonies of #104EAC
Complementary color
Monochromatic Colors of #104EAC
Black with #104EAC
Text Example
Text Example
White with #104EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EAC; }
p { color: rgb(16,78,172); }
H1.HeaderClassName
{
color: #104EAC;
}
.AnyTagClassName
{
color: #104EAC;
}
</style>
background-color css
<style>
a { background-color: #104EAC; }
a { background-color: rgb(16,78,172); }
div.DivClassName
{
background-color: #104EAC;
}
.BgClassName
{
background-color: #104EAC;
}
</style>
border-color css
<style>
span { border-color: #104EAC; }
span { border-color: rgb(16,78,172); }
td.TdClassName
{
border-color: #104EAC;
}
.TagClassName
{
border-color: #104EAC;
}
</style>