Shades of Cobalt #013FC3
Tints of Cobalt #013FC3
RGB
CMYK
RGB Variations
Color information
#013FC3 (or 0x013FC3) is known color: Cobalt. HEX triplet: 01, 3F and C3. RGB value is (1,63,195). Sum of RGB (Red+Green+Blue) = 1+63+195=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 195 (76.56% from 255 or 75.29% from 259); Max value from RGB is 195 - color contains mainly: blue. Hex color #013FC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FC3 is #FEC03C. Grayscale: #3A3A3A. Windows color (decimal): -16695357 or 12795649. OLE color: 12795649.
HSL color Cylindrical-coordinate representation of color #013FC3: hue angle of 220.82º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013FC3 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 63 | 195 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.24 |
| HSL | 220.82º | 0.99% | 0.38% | - |
| HSV(B) | 220.82º | 0.99% | 0.76% | - |
| XYZ | 11.64 | 7.5 | 52.46 | - |
| YUV | 59.51 | 204.46 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 195 | 0.99 | 0.68 | 0 | 0.24 | 220.82 | 0.99 | 0.38 |
| Hex | 1 | 3F | C3 | 63 | 44 | 0 | 18 | DD | 63 | 26 |
| Octal | 1 | 77 | 303 | 143 | 104 | 0 | 30 | 335 | 143 | 46 |
| Binary | 1 | 111111 | 11000011 | 1100011 | 1000100 | 0 | 11000 | 11011101 | 1100011 | 100110 |
Color Harmonies of #013FC3
Complementary color
Monochromatic Colors of #013FC3
Black with #013FC3
Text Example
Text Example
White with #013FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FC3; }
p { color: rgb(1,63,195); }
H1.HeaderClassName
{
color: #013FC3;
}
.AnyTagClassName
{
color: #013FC3;
}
</style>
background-color css
<style>
a { background-color: #013FC3; }
a { background-color: rgb(1,63,195); }
div.DivClassName
{
background-color: #013FC3;
}
.BgClassName
{
background-color: #013FC3;
}
</style>
border-color css
<style>
span { border-color: #013FC3; }
span { border-color: rgb(1,63,195); }
td.TdClassName
{
border-color: #013FC3;
}
.TagClassName
{
border-color: #013FC3;
}
</style>