Shades of Cobalt #0143BF
Tints of Cobalt #0143BF
RGB
CMYK
RGB Variations
Color information
#0143BF (or 0x0143BF) is known color: Cobalt. HEX triplet: 01, 43 and BF. RGB value is (1,67,191). Sum of RGB (Red+Green+Blue) = 1+67+191=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #0143BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0143BF is #FEBC40. Grayscale: #3C3C3C. Windows color (decimal): -16694337 or 12534529. OLE color: 12534529.
HSL color Cylindrical-coordinate representation of color #0143BF: hue angle of 219.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0143BF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 67 | 191 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.25 |
| HSL | 219.16º | 0.99% | 0.38% | - |
| HSV(B) | 219.16º | 0.99% | 0.75% | - |
| XYZ | 11.42 | 7.78 | 50.19 | - |
| YUV | 61.4 | 201.13 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 191 | 0.99 | 0.65 | 0 | 0.25 | 219.16 | 0.99 | 0.38 |
| Hex | 1 | 43 | BF | 63 | 41 | 0 | 19 | DB | 63 | 26 |
| Octal | 1 | 103 | 277 | 143 | 101 | 0 | 31 | 333 | 143 | 46 |
| Binary | 1 | 1000011 | 10111111 | 1100011 | 1000001 | 0 | 11001 | 11011011 | 1100011 | 100110 |
Color Harmonies of #0143BF
Complementary color
Monochromatic Colors of #0143BF
Black with #0143BF
Text Example
Text Example
White with #0143BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143BF; }
p { color: rgb(1,67,191); }
H1.HeaderClassName
{
color: #0143BF;
}
.AnyTagClassName
{
color: #0143BF;
}
</style>
background-color css
<style>
a { background-color: #0143BF; }
a { background-color: rgb(1,67,191); }
div.DivClassName
{
background-color: #0143BF;
}
.BgClassName
{
background-color: #0143BF;
}
</style>
border-color css
<style>
span { border-color: #0143BF; }
span { border-color: rgb(1,67,191); }
td.TdClassName
{
border-color: #0143BF;
}
.TagClassName
{
border-color: #0143BF;
}
</style>