Shades of Cobalt #104CAF
Tints of Cobalt #104CAF
RGB
CMYK
RGB Variations
Color information
#104CAF (or 0x104CAF) is known color: Cobalt. HEX triplet: 10, 4C and AF. RGB value is (16,76,175). Sum of RGB (Red+Green+Blue) = 16+76+175=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #104CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104CAF is #EFB350. Grayscale: #444444. Windows color (decimal): -15709009 or 11488272. OLE color: 11488272.
HSL color Cylindrical-coordinate representation of color #104CAF: hue angle of 217.36º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104CAF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 76 | 175 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.31 |
| HSL | 217.36º | 0.83% | 0.37% | - |
| HSV(B) | 217.36º | 0.91% | 0.69% | - |
| XYZ | 10.54 | 8.37 | 41.62 | - |
| YUV | 69.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 175 | 0.91 | 0.57 | 0 | 0.31 | 217.36 | 0.83 | 0.37 |
| Hex | 10 | 4C | AF | 5B | 39 | 0 | 1F | D9 | 53 | 25 |
| Octal | 20 | 114 | 257 | 133 | 71 | 0 | 37 | 331 | 123 | 45 |
| Binary | 10000 | 1001100 | 10101111 | 1011011 | 111001 | 0 | 11111 | 11011001 | 1010011 | 100101 |
Color Harmonies of #104CAF
Complementary color
Monochromatic Colors of #104CAF
Black with #104CAF
Text Example
Text Example
White with #104CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CAF; }
p { color: rgb(16,76,175); }
H1.HeaderClassName
{
color: #104CAF;
}
.AnyTagClassName
{
color: #104CAF;
}
</style>
background-color css
<style>
a { background-color: #104CAF; }
a { background-color: rgb(16,76,175); }
div.DivClassName
{
background-color: #104CAF;
}
.BgClassName
{
background-color: #104CAF;
}
</style>
border-color css
<style>
span { border-color: #104CAF; }
span { border-color: rgb(16,76,175); }
td.TdClassName
{
border-color: #104CAF;
}
.TagClassName
{
border-color: #104CAF;
}
</style>