Shades of Cobalt #013EBD
Tints of Cobalt #013EBD
RGB
CMYK
RGB Variations
Color information
#013EBD (or 0x013EBD) is known color: Cobalt. HEX triplet: 01, 3E and BD. RGB value is (1,62,189). Sum of RGB (Red+Green+Blue) = 1+62+189=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #013EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EBD is #FEC142. Grayscale: #393939. Windows color (decimal): -16695619 or 12402177. OLE color: 12402177.
HSL color Cylindrical-coordinate representation of color #013EBD: hue angle of 220.53º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013EBD is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 62 | 189 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.26 |
| HSL | 220.53º | 0.99% | 0.37% | - |
| HSV(B) | 220.53º | 0.99% | 0.74% | - |
| XYZ | 10.92 | 7.13 | 48.94 | - |
| YUV | 58.24 | 201.79 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 189 | 0.99 | 0.67 | 0 | 0.26 | 220.53 | 0.99 | 0.37 |
| Hex | 1 | 3E | BD | 63 | 43 | 0 | 1A | DD | 63 | 25 |
| Octal | 1 | 76 | 275 | 143 | 103 | 0 | 32 | 335 | 143 | 45 |
| Binary | 1 | 111110 | 10111101 | 1100011 | 1000011 | 0 | 11010 | 11011101 | 1100011 | 100101 |
Color Harmonies of #013EBD
Complementary color
Monochromatic Colors of #013EBD
Black with #013EBD
Text Example
Text Example
White with #013EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EBD; }
p { color: rgb(1,62,189); }
H1.HeaderClassName
{
color: #013EBD;
}
.AnyTagClassName
{
color: #013EBD;
}
</style>
background-color css
<style>
a { background-color: #013EBD; }
a { background-color: rgb(1,62,189); }
div.DivClassName
{
background-color: #013EBD;
}
.BgClassName
{
background-color: #013EBD;
}
</style>
border-color css
<style>
span { border-color: #013EBD; }
span { border-color: rgb(1,62,189); }
td.TdClassName
{
border-color: #013EBD;
}
.TagClassName
{
border-color: #013EBD;
}
</style>