Shades of Cobalt #0153BC
Tints of Cobalt #0153BC
RGB
CMYK
RGB Variations
Color information
#0153BC (or 0x0153BC) is known color: Cobalt. HEX triplet: 01, 53 and BC. RGB value is (1,83,188). Sum of RGB (Red+Green+Blue) = 1+83+188=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #0153BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153BC is #FEAC43. Grayscale: #454545. Windows color (decimal): -16690244 or 12342017. OLE color: 12342017.
HSL color Cylindrical-coordinate representation of color #0153BC: hue angle of 213.69º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0153BC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 83 | 188 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.26 |
| HSL | 213.69º | 0.99% | 0.37% | - |
| HSV(B) | 213.69º | 0.99% | 0.74% | - |
| XYZ | 12.18 | 9.82 | 48.83 | - |
| YUV | 70.45 | 194.33 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 188 | 0.99 | 0.56 | 0 | 0.26 | 213.69 | 0.99 | 0.37 |
| Hex | 1 | 53 | BC | 63 | 38 | 0 | 1A | D6 | 63 | 25 |
| Octal | 1 | 123 | 274 | 143 | 70 | 0 | 32 | 326 | 143 | 45 |
| Binary | 1 | 1010011 | 10111100 | 1100011 | 111000 | 0 | 11010 | 11010110 | 1100011 | 100101 |
Color Harmonies of #0153BC
Complementary color
Monochromatic Colors of #0153BC
Black with #0153BC
Text Example
Text Example
White with #0153BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0153BC; }
p { color: rgb(1,83,188); }
H1.HeaderClassName
{
color: #0153BC;
}
.AnyTagClassName
{
color: #0153BC;
}
</style>
background-color css
<style>
a { background-color: #0153BC; }
a { background-color: rgb(1,83,188); }
div.DivClassName
{
background-color: #0153BC;
}
.BgClassName
{
background-color: #0153BC;
}
</style>
border-color css
<style>
span { border-color: #0153BC; }
span { border-color: rgb(1,83,188); }
td.TdClassName
{
border-color: #0153BC;
}
.TagClassName
{
border-color: #0153BC;
}
</style>