Shades of Cobalt #104CB1
Tints of Cobalt #104CB1
RGB
CMYK
RGB Variations
Color information
#104CB1 (or 0x104CB1) is known color: Cobalt. HEX triplet: 10, 4C and B1. RGB value is (16,76,177). Sum of RGB (Red+Green+Blue) = 16+76+177=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #104CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104CB1 is #EFB34E. Grayscale: #454545. Windows color (decimal): -15709007 or 11619344. OLE color: 11619344.
HSL color Cylindrical-coordinate representation of color #104CB1: hue angle of 217.64º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104CB1 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 76 | 177 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.31 |
| HSL | 217.64º | 0.83% | 0.38% | - |
| HSV(B) | 217.64º | 0.91% | 0.69% | - |
| XYZ | 10.73 | 8.45 | 42.66 | - |
| YUV | 69.57 | 188.62 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 177 | 0.91 | 0.57 | 0 | 0.31 | 217.64 | 0.83 | 0.38 |
| Hex | 10 | 4C | B1 | 5B | 39 | 0 | 1F | DA | 53 | 26 |
| Octal | 20 | 114 | 261 | 133 | 71 | 0 | 37 | 332 | 123 | 46 |
| Binary | 10000 | 1001100 | 10110001 | 1011011 | 111001 | 0 | 11111 | 11011010 | 1010011 | 100110 |
Color Harmonies of #104CB1
Complementary color
Monochromatic Colors of #104CB1
Black with #104CB1
Text Example
Text Example
White with #104CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CB1; }
p { color: rgb(16,76,177); }
H1.HeaderClassName
{
color: #104CB1;
}
.AnyTagClassName
{
color: #104CB1;
}
</style>
background-color css
<style>
a { background-color: #104CB1; }
a { background-color: rgb(16,76,177); }
div.DivClassName
{
background-color: #104CB1;
}
.BgClassName
{
background-color: #104CB1;
}
</style>
border-color css
<style>
span { border-color: #104CB1; }
span { border-color: rgb(16,76,177); }
td.TdClassName
{
border-color: #104CB1;
}
.TagClassName
{
border-color: #104CB1;
}
</style>