Shades of Cobalt #013FBF
Tints of Cobalt #013FBF
RGB
CMYK
RGB Variations
Color information
#013FBF (or 0x013FBF) is known color: Cobalt. HEX triplet: 01, 3F and BF. RGB value is (1,63,191). Sum of RGB (Red+Green+Blue) = 1+63+191=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #013FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FBF is #FEC040. Grayscale: #3A3A3A. Windows color (decimal): -16695361 or 12533505. OLE color: 12533505.
HSL color Cylindrical-coordinate representation of color #013FBF: hue angle of 220.42º 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 #013FBF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 63 | 191 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.25 |
| HSL | 220.42º | 0.99% | 0.38% | - |
| HSV(B) | 220.42º | 0.99% | 0.75% | - |
| XYZ | 11.19 | 7.32 | 50.11 | - |
| YUV | 59.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 191 | 0.99 | 0.67 | 0 | 0.25 | 220.42 | 0.99 | 0.38 |
| Hex | 1 | 3F | BF | 63 | 43 | 0 | 19 | DC | 63 | 26 |
| Octal | 1 | 77 | 277 | 143 | 103 | 0 | 31 | 334 | 143 | 46 |
| Binary | 1 | 111111 | 10111111 | 1100011 | 1000011 | 0 | 11001 | 11011100 | 1100011 | 100110 |
Color Harmonies of #013FBF
Complementary color
Monochromatic Colors of #013FBF
Black with #013FBF
Text Example
Text Example
White with #013FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FBF; }
p { color: rgb(1,63,191); }
H1.HeaderClassName
{
color: #013FBF;
}
.AnyTagClassName
{
color: #013FBF;
}
</style>
background-color css
<style>
a { background-color: #013FBF; }
a { background-color: rgb(1,63,191); }
div.DivClassName
{
background-color: #013FBF;
}
.BgClassName
{
background-color: #013FBF;
}
</style>
border-color css
<style>
span { border-color: #013FBF; }
span { border-color: rgb(1,63,191); }
td.TdClassName
{
border-color: #013FBF;
}
.TagClassName
{
border-color: #013FBF;
}
</style>