Shades of Cobalt #104BB8
Tints of Cobalt #104BB8
RGB
CMYK
RGB Variations
Color information
#104BB8 (or 0x104BB8) is known color: Cobalt. HEX triplet: 10, 4B and B8. RGB value is (16,75,184). Sum of RGB (Red+Green+Blue) = 16+75+184=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 184 (72.27% from 255 or 66.91% from 275); Max value from RGB is 184 - color contains mainly: blue. Hex color #104BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BB8 is #EFB447. Grayscale: #454545. Windows color (decimal): -15709256 or 12077840. OLE color: 12077840.
HSL color Cylindrical-coordinate representation of color #104BB8: hue angle of 218.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104BB8 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 75 | 184 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.28 |
| HSL | 218.93º | 0.84% | 0.39% | - |
| HSV(B) | 218.93º | 0.91% | 0.72% | - |
| XYZ | 11.38 | 8.6 | 46.41 | - |
| YUV | 69.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 184 | 0.91 | 0.59 | 0 | 0.28 | 218.93 | 0.84 | 0.39 |
| Hex | 10 | 4B | B8 | 5B | 3B | 0 | 1C | DB | 54 | 27 |
| Octal | 20 | 113 | 270 | 133 | 73 | 0 | 34 | 333 | 124 | 47 |
| Binary | 10000 | 1001011 | 10111000 | 1011011 | 111011 | 0 | 11100 | 11011011 | 1010100 | 100111 |
Color Harmonies of #104BB8
Complementary color
Monochromatic Colors of #104BB8
Black with #104BB8
Text Example
Text Example
White with #104BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BB8; }
p { color: rgb(16,75,184); }
H1.HeaderClassName
{
color: #104BB8;
}
.AnyTagClassName
{
color: #104BB8;
}
</style>
background-color css
<style>
a { background-color: #104BB8; }
a { background-color: rgb(16,75,184); }
div.DivClassName
{
background-color: #104BB8;
}
.BgClassName
{
background-color: #104BB8;
}
</style>
border-color css
<style>
span { border-color: #104BB8; }
span { border-color: rgb(16,75,184); }
td.TdClassName
{
border-color: #104BB8;
}
.TagClassName
{
border-color: #104BB8;
}
</style>