Shades of Cobalt #013FB0
Tints of Cobalt #013FB0
RGB
CMYK
RGB Variations
Color information
#013FB0 (or 0x013FB0) is known color: Cobalt. HEX triplet: 01, 3F and B0. RGB value is (1,63,176). Sum of RGB (Red+Green+Blue) = 1+63+176=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 176 (69.14% from 255 or 73.33% from 240); Max value from RGB is 176 - color contains mainly: blue. Hex color #013FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FB0 is #FEC04F. Grayscale: #383838. Windows color (decimal): -16695376 or 11550465. OLE color: 11550465.
HSL color Cylindrical-coordinate representation of color #013FB0: hue angle of 218.74º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013FB0 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 63 | 176 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.31 |
| HSL | 218.74º | 0.99% | 0.35% | - |
| HSV(B) | 218.74º | 0.99% | 0.69% | - |
| XYZ | 9.63 | 6.7 | 41.86 | - |
| YUV | 57.34 | 194.96 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 176 | 0.99 | 0.64 | 0 | 0.31 | 218.74 | 0.99 | 0.35 |
| Hex | 1 | 3F | B0 | 63 | 40 | 0 | 1F | DB | 63 | 23 |
| Octal | 1 | 77 | 260 | 143 | 100 | 0 | 37 | 333 | 143 | 43 |
| Binary | 1 | 111111 | 10110000 | 1100011 | 1000000 | 0 | 11111 | 11011011 | 1100011 | 100011 |
Color Harmonies of #013FB0
Complementary color
Monochromatic Colors of #013FB0
Black with #013FB0
Text Example
Text Example
White with #013FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FB0; }
p { color: rgb(1,63,176); }
H1.HeaderClassName
{
color: #013FB0;
}
.AnyTagClassName
{
color: #013FB0;
}
</style>
background-color css
<style>
a { background-color: #013FB0; }
a { background-color: rgb(1,63,176); }
div.DivClassName
{
background-color: #013FB0;
}
.BgClassName
{
background-color: #013FB0;
}
</style>
border-color css
<style>
span { border-color: #013FB0; }
span { border-color: rgb(1,63,176); }
td.TdClassName
{
border-color: #013FB0;
}
.TagClassName
{
border-color: #013FB0;
}
</style>