Shades of Cobalt #0143AC
Tints of Cobalt #0143AC
RGB
CMYK
RGB Variations
Color information
#0143AC (or 0x0143AC) is known color: Cobalt. HEX triplet: 01, 43 and AC. RGB value is (1,67,172). Sum of RGB (Red+Green+Blue) = 1+67+172=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #0143AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0143AC is #FEBC53. Grayscale: #3A3A3A. Windows color (decimal): -16694356 or 11289345. OLE color: 11289345.
HSL color Cylindrical-coordinate representation of color #0143AC: hue angle of 216.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0143AC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 67 | 172 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.33 |
| HSL | 216.84º | 0.99% | 0.34% | - |
| HSV(B) | 216.84º | 0.99% | 0.67% | - |
| XYZ | 9.47 | 7 | 39.88 | - |
| YUV | 59.24 | 191.63 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 172 | 0.99 | 0.61 | 0 | 0.33 | 216.84 | 0.99 | 0.34 |
| Hex | 1 | 43 | AC | 63 | 3D | 0 | 21 | D9 | 63 | 22 |
| Octal | 1 | 103 | 254 | 143 | 75 | 0 | 41 | 331 | 143 | 42 |
| Binary | 1 | 1000011 | 10101100 | 1100011 | 111101 | 0 | 100001 | 11011001 | 1100011 | 100010 |
Color Harmonies of #0143AC
Complementary color
Monochromatic Colors of #0143AC
Black with #0143AC
Text Example
Text Example
White with #0143AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143AC; }
p { color: rgb(1,67,172); }
H1.HeaderClassName
{
color: #0143AC;
}
.AnyTagClassName
{
color: #0143AC;
}
</style>
background-color css
<style>
a { background-color: #0143AC; }
a { background-color: rgb(1,67,172); }
div.DivClassName
{
background-color: #0143AC;
}
.BgClassName
{
background-color: #0143AC;
}
</style>
border-color css
<style>
span { border-color: #0143AC; }
span { border-color: rgb(1,67,172); }
td.TdClassName
{
border-color: #0143AC;
}
.TagClassName
{
border-color: #0143AC;
}
</style>