Shades of Cobalt #013DBE
Tints of Cobalt #013DBE
RGB
CMYK
RGB Variations
Color information
#013DBE (or 0x013DBE) is known color: Cobalt. HEX triplet: 01, 3D and BE. RGB value is (1,61,190). Sum of RGB (Red+Green+Blue) = 1+61+190=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #013DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DBE is #FEC241. Grayscale: #393939. Windows color (decimal): -16695874 or 12467457. OLE color: 12467457.
HSL color Cylindrical-coordinate representation of color #013DBE: hue angle of 220.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DBE is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 61 | 190 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.25 |
| HSL | 220.95º | 0.99% | 0.37% | - |
| HSV(B) | 220.95º | 0.99% | 0.75% | - |
| XYZ | 10.98 | 7.06 | 49.5 | - |
| YUV | 57.77 | 202.62 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 190 | 0.99 | 0.68 | 0 | 0.25 | 220.95 | 0.99 | 0.37 |
| Hex | 1 | 3D | BE | 63 | 44 | 0 | 19 | DD | 63 | 25 |
| Octal | 1 | 75 | 276 | 143 | 104 | 0 | 31 | 335 | 143 | 45 |
| Binary | 1 | 111101 | 10111110 | 1100011 | 1000100 | 0 | 11001 | 11011101 | 1100011 | 100101 |
Color Harmonies of #013DBE
Complementary color
Monochromatic Colors of #013DBE
Black with #013DBE
Text Example
Text Example
White with #013DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DBE; }
p { color: rgb(1,61,190); }
H1.HeaderClassName
{
color: #013DBE;
}
.AnyTagClassName
{
color: #013DBE;
}
</style>
background-color css
<style>
a { background-color: #013DBE; }
a { background-color: rgb(1,61,190); }
div.DivClassName
{
background-color: #013DBE;
}
.BgClassName
{
background-color: #013DBE;
}
</style>
border-color css
<style>
span { border-color: #013DBE; }
span { border-color: rgb(1,61,190); }
td.TdClassName
{
border-color: #013DBE;
}
.TagClassName
{
border-color: #013DBE;
}
</style>