Shades of Cobalt #0053BD
Tints of Cobalt #0053BD
RGB
CMYK
RGB Variations
Color information
#0053BD (or 0x0053BD) is known color: Cobalt. HEX triplet: 00, 53 and BD. RGB value is (0,83,189). Sum of RGB (Red+Green+Blue) = 0+83+189=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #0053BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0053BD is #FFAC42. Grayscale: #454545. Windows color (decimal): -16755779 or 12407552. OLE color: 12407552.
HSL color Cylindrical-coordinate representation of color #0053BD: hue angle of 213.65º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053BD is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 83 | 189 | - |
| CMYK | 1 | 0.56 | 0 | 0.26 |
| HSL | 213.65º | 1% | 0.37% | - |
| HSV(B) | 213.65º | 1% | 0.74% | - |
| XYZ | 12.28 | 9.86 | 49.4 | - |
| YUV | 70.27 | 195 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 189 | 1 | 0.56 | 0 | 0.26 | 213.65 | 1 | 0.37 |
| Hex | 0 | 53 | BD | 64 | 38 | 0 | 1A | D6 | 64 | 25 |
| Octal | 0 | 123 | 275 | 144 | 70 | 0 | 32 | 326 | 144 | 45 |
| Binary | 0 | 1010011 | 10111101 | 1100100 | 111000 | 0 | 11010 | 11010110 | 1100100 | 100101 |
Color Harmonies of #0053BD
Complementary color
Monochromatic Colors of #0053BD
Black with #0053BD
Text Example
Text Example
White with #0053BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053BD; }
p { color: rgb(0,83,189); }
H1.HeaderClassName
{
color: #0053BD;
}
.AnyTagClassName
{
color: #0053BD;
}
</style>
background-color css
<style>
a { background-color: #0053BD; }
a { background-color: rgb(0,83,189); }
div.DivClassName
{
background-color: #0053BD;
}
.BgClassName
{
background-color: #0053BD;
}
</style>
border-color css
<style>
span { border-color: #0053BD; }
span { border-color: rgb(0,83,189); }
td.TdClassName
{
border-color: #0053BD;
}
.TagClassName
{
border-color: #0053BD;
}
</style>