Shades of Cobalt #013DBF
Tints of Cobalt #013DBF
RGB
CMYK
RGB Variations
Color information
#013DBF (or 0x013DBF) is known color: Cobalt. HEX triplet: 01, 3D and BF. RGB value is (1,61,191). Sum of RGB (Red+Green+Blue) = 1+61+191=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #013DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DBF is #FEC240. Grayscale: #393939. Windows color (decimal): -16695873 or 12532993. OLE color: 12532993.
HSL color Cylindrical-coordinate representation of color #013DBF: hue angle of 221.05º 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 #013DBF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 61 | 191 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.25 |
| HSL | 221.05º | 0.99% | 0.38% | - |
| HSV(B) | 221.05º | 0.99% | 0.75% | - |
| XYZ | 11.09 | 7.11 | 50.08 | - |
| YUV | 57.88 | 203.12 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 191 | 0.99 | 0.68 | 0 | 0.25 | 221.05 | 0.99 | 0.38 |
| Hex | 1 | 3D | BF | 63 | 44 | 0 | 19 | DD | 63 | 26 |
| Octal | 1 | 75 | 277 | 143 | 104 | 0 | 31 | 335 | 143 | 46 |
| Binary | 1 | 111101 | 10111111 | 1100011 | 1000100 | 0 | 11001 | 11011101 | 1100011 | 100110 |
Color Harmonies of #013DBF
Complementary color
Monochromatic Colors of #013DBF
Black with #013DBF
Text Example
Text Example
White with #013DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DBF; }
p { color: rgb(1,61,191); }
H1.HeaderClassName
{
color: #013DBF;
}
.AnyTagClassName
{
color: #013DBF;
}
</style>
background-color css
<style>
a { background-color: #013DBF; }
a { background-color: rgb(1,61,191); }
div.DivClassName
{
background-color: #013DBF;
}
.BgClassName
{
background-color: #013DBF;
}
</style>
border-color css
<style>
span { border-color: #013DBF; }
span { border-color: rgb(1,61,191); }
td.TdClassName
{
border-color: #013DBF;
}
.TagClassName
{
border-color: #013DBF;
}
</style>