Shades of Cobalt #104BB1
Tints of Cobalt #104BB1
RGB
CMYK
RGB Variations
Color information
#104BB1 (or 0x104BB1) is known color: Cobalt. HEX triplet: 10, 4B and B1. RGB value is (16,75,177). Sum of RGB (Red+Green+Blue) = 16+75+177=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 177 (69.53% from 255 or 66.04% from 268); Max value from RGB is 177 - color contains mainly: blue. Hex color #104BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104BB1 is #EFB44E. Grayscale: #444444. Windows color (decimal): -15709263 or 11619088. OLE color: 11619088.
HSL color Cylindrical-coordinate representation of color #104BB1: hue angle of 218.01º 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 #104BB1 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 75 | 177 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.31 |
| HSL | 218.01º | 0.83% | 0.38% | - |
| HSV(B) | 218.01º | 0.91% | 0.69% | - |
| XYZ | 10.67 | 8.32 | 42.64 | - |
| YUV | 68.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 177 | 0.91 | 0.58 | 0 | 0.31 | 218.01 | 0.83 | 0.38 |
| Hex | 10 | 4B | B1 | 5B | 3A | 0 | 1F | DA | 53 | 26 |
| Octal | 20 | 113 | 261 | 133 | 72 | 0 | 37 | 332 | 123 | 46 |
| Binary | 10000 | 1001011 | 10110001 | 1011011 | 111010 | 0 | 11111 | 11011010 | 1010011 | 100110 |
Color Harmonies of #104BB1
Complementary color
Monochromatic Colors of #104BB1
Black with #104BB1
Text Example
Text Example
White with #104BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BB1; }
p { color: rgb(16,75,177); }
H1.HeaderClassName
{
color: #104BB1;
}
.AnyTagClassName
{
color: #104BB1;
}
</style>
background-color css
<style>
a { background-color: #104BB1; }
a { background-color: rgb(16,75,177); }
div.DivClassName
{
background-color: #104BB1;
}
.BgClassName
{
background-color: #104BB1;
}
</style>
border-color css
<style>
span { border-color: #104BB1; }
span { border-color: rgb(16,75,177); }
td.TdClassName
{
border-color: #104BB1;
}
.TagClassName
{
border-color: #104BB1;
}
</style>