Shades of Cobalt #013BBF
Tints of Cobalt #013BBF
RGB
CMYK
RGB Variations
Color information
#013BBF (or 0x013BBF) is known color: Cobalt. HEX triplet: 01, 3B and BF. RGB value is (1,59,191). Sum of RGB (Red+Green+Blue) = 1+59+191=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #013BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BBF is #FEC440. Grayscale: #383838. Windows color (decimal): -16696385 or 12532481. OLE color: 12532481.
HSL color Cylindrical-coordinate representation of color #013BBF: hue angle of 221.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BBF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 59 | 191 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.25 |
| HSL | 221.68º | 0.99% | 0.38% | - |
| HSV(B) | 221.68º | 0.99% | 0.75% | - |
| XYZ | 10.98 | 6.9 | 50.04 | - |
| YUV | 56.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 191 | 0.99 | 0.69 | 0 | 0.25 | 221.68 | 0.99 | 0.38 |
| Hex | 1 | 3B | BF | 63 | 45 | 0 | 19 | DE | 63 | 26 |
| Octal | 1 | 73 | 277 | 143 | 105 | 0 | 31 | 336 | 143 | 46 |
| Binary | 1 | 111011 | 10111111 | 1100011 | 1000101 | 0 | 11001 | 11011110 | 1100011 | 100110 |
Color Harmonies of #013BBF
Complementary color
Monochromatic Colors of #013BBF
Black with #013BBF
Text Example
Text Example
White with #013BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BBF; }
p { color: rgb(1,59,191); }
H1.HeaderClassName
{
color: #013BBF;
}
.AnyTagClassName
{
color: #013BBF;
}
</style>
background-color css
<style>
a { background-color: #013BBF; }
a { background-color: rgb(1,59,191); }
div.DivClassName
{
background-color: #013BBF;
}
.BgClassName
{
background-color: #013BBF;
}
</style>
border-color css
<style>
span { border-color: #013BBF; }
span { border-color: rgb(1,59,191); }
td.TdClassName
{
border-color: #013BBF;
}
.TagClassName
{
border-color: #013BBF;
}
</style>