Shades of Cobalt #014BC3
Tints of Cobalt #014BC3
RGB
CMYK
RGB Variations
Color information
#014BC3 (or 0x014BC3) is known color: Cobalt. HEX triplet: 01, 4B and C3. RGB value is (1,75,195). Sum of RGB (Red+Green+Blue) = 1+75+195=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 195 (76.56% from 255 or 71.96% from 271); Max value from RGB is 195 - color contains mainly: blue. Hex color #014BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BC3 is #FEB43C. Grayscale: #424242. Windows color (decimal): -16692285 or 12798721. OLE color: 12798721.
HSL color Cylindrical-coordinate representation of color #014BC3: hue angle of 217.11º 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 #014BC3 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 75 | 195 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.24 |
| HSL | 217.11º | 0.99% | 0.38% | - |
| HSV(B) | 217.11º | 0.99% | 0.76% | - |
| XYZ | 12.38 | 8.98 | 52.71 | - |
| YUV | 66.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 195 | 0.99 | 0.62 | 0 | 0.24 | 217.11 | 0.99 | 0.38 |
| Hex | 1 | 4B | C3 | 63 | 3E | 0 | 18 | D9 | 63 | 26 |
| Octal | 1 | 113 | 303 | 143 | 76 | 0 | 30 | 331 | 143 | 46 |
| Binary | 1 | 1001011 | 11000011 | 1100011 | 111110 | 0 | 11000 | 11011001 | 1100011 | 100110 |
Color Harmonies of #014BC3
Complementary color
Monochromatic Colors of #014BC3
Black with #014BC3
Text Example
Text Example
White with #014BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BC3; }
p { color: rgb(1,75,195); }
H1.HeaderClassName
{
color: #014BC3;
}
.AnyTagClassName
{
color: #014BC3;
}
</style>
background-color css
<style>
a { background-color: #014BC3; }
a { background-color: rgb(1,75,195); }
div.DivClassName
{
background-color: #014BC3;
}
.BgClassName
{
background-color: #014BC3;
}
</style>
border-color css
<style>
span { border-color: #014BC3; }
span { border-color: rgb(1,75,195); }
td.TdClassName
{
border-color: #014BC3;
}
.TagClassName
{
border-color: #014BC3;
}
</style>