Shades of Cobalt #0142BB
Tints of Cobalt #0142BB
RGB
CMYK
RGB Variations
Color information
#0142BB (or 0x0142BB) is known color: Cobalt. HEX triplet: 01, 42 and BB. RGB value is (1,66,187). Sum of RGB (Red+Green+Blue) = 1+66+187=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #0142BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0142BB is #FEBD44. Grayscale: #3B3B3B. Windows color (decimal): -16694597 or 12272129. OLE color: 12272129.
HSL color Cylindrical-coordinate representation of color #0142BB: hue angle of 219.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0142BB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 66 | 187 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.27 |
| HSL | 219.03º | 0.99% | 0.37% | - |
| HSV(B) | 219.03º | 0.99% | 0.73% | - |
| XYZ | 10.93 | 7.49 | 47.88 | - |
| YUV | 60.36 | 199.47 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 187 | 0.99 | 0.65 | 0 | 0.27 | 219.03 | 0.99 | 0.37 |
| Hex | 1 | 42 | BB | 63 | 41 | 0 | 1B | DB | 63 | 25 |
| Octal | 1 | 102 | 273 | 143 | 101 | 0 | 33 | 333 | 143 | 45 |
| Binary | 1 | 1000010 | 10111011 | 1100011 | 1000001 | 0 | 11011 | 11011011 | 1100011 | 100101 |
Color Harmonies of #0142BB
Complementary color
Monochromatic Colors of #0142BB
Black with #0142BB
Text Example
Text Example
White with #0142BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0142BB; }
p { color: rgb(1,66,187); }
H1.HeaderClassName
{
color: #0142BB;
}
.AnyTagClassName
{
color: #0142BB;
}
</style>
background-color css
<style>
a { background-color: #0142BB; }
a { background-color: rgb(1,66,187); }
div.DivClassName
{
background-color: #0142BB;
}
.BgClassName
{
background-color: #0142BB;
}
</style>
border-color css
<style>
span { border-color: #0142BB; }
span { border-color: rgb(1,66,187); }
td.TdClassName
{
border-color: #0142BB;
}
.TagClassName
{
border-color: #0142BB;
}
</style>