Shades of Cobalt #0144BE
Tints of Cobalt #0144BE
RGB
CMYK
RGB Variations
Color information
#0144BE (or 0x0144BE) is known color: Cobalt. HEX triplet: 01, 44 and BE. RGB value is (1,68,190). Sum of RGB (Red+Green+Blue) = 1+68+190=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #0144BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0144BE is #FEBB41. Grayscale: #3D3D3D. Windows color (decimal): -16694082 or 12469249. OLE color: 12469249.
HSL color Cylindrical-coordinate representation of color #0144BE: hue angle of 218.73º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0144BE is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 68 | 190 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.25 |
| HSL | 218.73º | 0.99% | 0.37% | - |
| HSV(B) | 218.73º | 0.99% | 0.75% | - |
| XYZ | 11.37 | 7.86 | 49.63 | - |
| YUV | 61.88 | 200.3 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 190 | 0.99 | 0.64 | 0 | 0.25 | 218.73 | 0.99 | 0.37 |
| Hex | 1 | 44 | BE | 63 | 40 | 0 | 19 | DB | 63 | 25 |
| Octal | 1 | 104 | 276 | 143 | 100 | 0 | 31 | 333 | 143 | 45 |
| Binary | 1 | 1000100 | 10111110 | 1100011 | 1000000 | 0 | 11001 | 11011011 | 1100011 | 100101 |
Color Harmonies of #0144BE
Complementary color
Monochromatic Colors of #0144BE
Black with #0144BE
Text Example
Text Example
White with #0144BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0144BE; }
p { color: rgb(1,68,190); }
H1.HeaderClassName
{
color: #0144BE;
}
.AnyTagClassName
{
color: #0144BE;
}
</style>
background-color css
<style>
a { background-color: #0144BE; }
a { background-color: rgb(1,68,190); }
div.DivClassName
{
background-color: #0144BE;
}
.BgClassName
{
background-color: #0144BE;
}
</style>
border-color css
<style>
span { border-color: #0144BE; }
span { border-color: rgb(1,68,190); }
td.TdClassName
{
border-color: #0144BE;
}
.TagClassName
{
border-color: #0144BE;
}
</style>