Shades of Cobalt #013FBA
Tints of Cobalt #013FBA
RGB
CMYK
RGB Variations
Color information
#013FBA (or 0x013FBA) is known color: Cobalt. HEX triplet: 01, 3F and BA. RGB value is (1,63,186). Sum of RGB (Red+Green+Blue) = 1+63+186=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #013FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FBA is #FEC045. Grayscale: #393939. Windows color (decimal): -16695366 or 12205825. OLE color: 12205825.
HSL color Cylindrical-coordinate representation of color #013FBA: hue angle of 219.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013FBA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 63 | 186 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.27 |
| HSL | 219.89º | 0.99% | 0.37% | - |
| HSV(B) | 219.89º | 0.99% | 0.73% | - |
| XYZ | 10.65 | 7.11 | 47.26 | - |
| YUV | 58.48 | 199.96 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 186 | 0.99 | 0.66 | 0 | 0.27 | 219.89 | 0.99 | 0.37 |
| Hex | 1 | 3F | BA | 63 | 42 | 0 | 1B | DC | 63 | 25 |
| Octal | 1 | 77 | 272 | 143 | 102 | 0 | 33 | 334 | 143 | 45 |
| Binary | 1 | 111111 | 10111010 | 1100011 | 1000010 | 0 | 11011 | 11011100 | 1100011 | 100101 |
Color Harmonies of #013FBA
Complementary color
Monochromatic Colors of #013FBA
Black with #013FBA
Text Example
Text Example
White with #013FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FBA; }
p { color: rgb(1,63,186); }
H1.HeaderClassName
{
color: #013FBA;
}
.AnyTagClassName
{
color: #013FBA;
}
</style>
background-color css
<style>
a { background-color: #013FBA; }
a { background-color: rgb(1,63,186); }
div.DivClassName
{
background-color: #013FBA;
}
.BgClassName
{
background-color: #013FBA;
}
</style>
border-color css
<style>
span { border-color: #013FBA; }
span { border-color: rgb(1,63,186); }
td.TdClassName
{
border-color: #013FBA;
}
.TagClassName
{
border-color: #013FBA;
}
</style>