Shades of Cobalt #013FB5
Tints of Cobalt #013FB5
RGB
CMYK
RGB Variations
Color information
#013FB5 (or 0x013FB5) is known color: Cobalt. HEX triplet: 01, 3F and B5. RGB value is (1,63,181). Sum of RGB (Red+Green+Blue) = 1+63+181=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 181 (71.09% from 255 or 73.88% from 245); Max value from RGB is 181 - color contains mainly: blue. Hex color #013FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FB5 is #FEC04A. Grayscale: #393939. Windows color (decimal): -16695371 or 11878145. OLE color: 11878145.
HSL color Cylindrical-coordinate representation of color #013FB5: hue angle of 219.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013FB5 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 63 | 181 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.29 |
| HSL | 219.33º | 0.99% | 0.36% | - |
| HSV(B) | 219.33º | 0.99% | 0.71% | - |
| XYZ | 10.13 | 6.9 | 44.51 | - |
| YUV | 57.91 | 197.46 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 181 | 0.99 | 0.65 | 0 | 0.29 | 219.33 | 0.99 | 0.36 |
| Hex | 1 | 3F | B5 | 63 | 41 | 0 | 1D | DB | 63 | 24 |
| Octal | 1 | 77 | 265 | 143 | 101 | 0 | 35 | 333 | 143 | 44 |
| Binary | 1 | 111111 | 10110101 | 1100011 | 1000001 | 0 | 11101 | 11011011 | 1100011 | 100100 |
Color Harmonies of #013FB5
Complementary color
Monochromatic Colors of #013FB5
Black with #013FB5
Text Example
Text Example
White with #013FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FB5; }
p { color: rgb(1,63,181); }
H1.HeaderClassName
{
color: #013FB5;
}
.AnyTagClassName
{
color: #013FB5;
}
</style>
background-color css
<style>
a { background-color: #013FB5; }
a { background-color: rgb(1,63,181); }
div.DivClassName
{
background-color: #013FB5;
}
.BgClassName
{
background-color: #013FB5;
}
</style>
border-color css
<style>
span { border-color: #013FB5; }
span { border-color: rgb(1,63,181); }
td.TdClassName
{
border-color: #013FB5;
}
.TagClassName
{
border-color: #013FB5;
}
</style>