Shades of Cobalt #013EBC
Tints of Cobalt #013EBC
RGB
CMYK
RGB Variations
Color information
#013EBC (or 0x013EBC) is known color: Cobalt. HEX triplet: 01, 3E and BC. RGB value is (1,62,188). Sum of RGB (Red+Green+Blue) = 1+62+188=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #013EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EBC is #FEC143. Grayscale: #393939. Windows color (decimal): -16695620 or 12336641. OLE color: 12336641.
HSL color Cylindrical-coordinate representation of color #013EBC: hue angle of 220.43º 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 #013EBC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 62 | 188 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.26 |
| HSL | 220.43º | 0.99% | 0.37% | - |
| HSV(B) | 220.43º | 0.99% | 0.74% | - |
| XYZ | 10.81 | 7.08 | 48.37 | - |
| YUV | 58.13 | 201.29 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 188 | 0.99 | 0.67 | 0 | 0.26 | 220.43 | 0.99 | 0.37 |
| Hex | 1 | 3E | BC | 63 | 43 | 0 | 1A | DC | 63 | 25 |
| Octal | 1 | 76 | 274 | 143 | 103 | 0 | 32 | 334 | 143 | 45 |
| Binary | 1 | 111110 | 10111100 | 1100011 | 1000011 | 0 | 11010 | 11011100 | 1100011 | 100101 |
Color Harmonies of #013EBC
Complementary color
Monochromatic Colors of #013EBC
Black with #013EBC
Text Example
Text Example
White with #013EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EBC; }
p { color: rgb(1,62,188); }
H1.HeaderClassName
{
color: #013EBC;
}
.AnyTagClassName
{
color: #013EBC;
}
</style>
background-color css
<style>
a { background-color: #013EBC; }
a { background-color: rgb(1,62,188); }
div.DivClassName
{
background-color: #013EBC;
}
.BgClassName
{
background-color: #013EBC;
}
</style>
border-color css
<style>
span { border-color: #013EBC; }
span { border-color: rgb(1,62,188); }
td.TdClassName
{
border-color: #013EBC;
}
.TagClassName
{
border-color: #013EBC;
}
</style>