Shades of Cobalt #0143B9
Tints of Cobalt #0143B9
RGB
CMYK
RGB Variations
Color information
#0143B9 (or 0x0143B9) is known color: Cobalt. HEX triplet: 01, 43 and B9. RGB value is (1,67,185). Sum of RGB (Red+Green+Blue) = 1+67+185=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 185 (72.66% from 255 or 73.12% from 253); Max value from RGB is 185 - color contains mainly: blue. Hex color #0143B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0143B9 is #FEBC46. Grayscale: #3C3C3C. Windows color (decimal): -16694343 or 12141313. OLE color: 12141313.
HSL color Cylindrical-coordinate representation of color #0143B9: hue angle of 218.48º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0143B9 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 67 | 185 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.27 |
| HSL | 218.48º | 0.99% | 0.36% | - |
| HSV(B) | 218.48º | 0.99% | 0.73% | - |
| XYZ | 10.78 | 7.52 | 46.78 | - |
| YUV | 60.72 | 198.13 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 185 | 0.99 | 0.64 | 0 | 0.27 | 218.48 | 0.99 | 0.36 |
| Hex | 1 | 43 | B9 | 63 | 40 | 0 | 1B | DA | 63 | 24 |
| Octal | 1 | 103 | 271 | 143 | 100 | 0 | 33 | 332 | 143 | 44 |
| Binary | 1 | 1000011 | 10111001 | 1100011 | 1000000 | 0 | 11011 | 11011010 | 1100011 | 100100 |
Color Harmonies of #0143B9
Complementary color
Monochromatic Colors of #0143B9
Black with #0143B9
Text Example
Text Example
White with #0143B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0143B9; }
p { color: rgb(1,67,185); }
H1.HeaderClassName
{
color: #0143B9;
}
.AnyTagClassName
{
color: #0143B9;
}
</style>
background-color css
<style>
a { background-color: #0143B9; }
a { background-color: rgb(1,67,185); }
div.DivClassName
{
background-color: #0143B9;
}
.BgClassName
{
background-color: #0143B9;
}
</style>
border-color css
<style>
span { border-color: #0143B9; }
span { border-color: rgb(1,67,185); }
td.TdClassName
{
border-color: #0143B9;
}
.TagClassName
{
border-color: #0143B9;
}
</style>