Shades of Cobalt #0053BB
Tints of Cobalt #0053BB
RGB
CMYK
RGB Variations
Color information
#0053BB (or 0x0053BB) is known color: Cobalt. HEX triplet: 00, 53 and BB. RGB value is (0,83,187). Sum of RGB (Red+Green+Blue) = 0+83+187=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #0053BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0053BB is #FFAC44. Grayscale: #454545. Windows color (decimal): -16755781 or 12276480. OLE color: 12276480.
HSL color Cylindrical-coordinate representation of color #0053BB: hue angle of 213.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0053BB is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 83 | 187 | - |
| CMYK | 1 | 0.56 | 0 | 0.27 |
| HSL | 213.37º | 1% | 0.37% | - |
| HSV(B) | 213.37º | 1% | 0.73% | - |
| XYZ | 12.06 | 9.77 | 48.26 | - |
| YUV | 70.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 187 | 1 | 0.56 | 0 | 0.27 | 213.37 | 1 | 0.37 |
| Hex | 0 | 53 | BB | 64 | 38 | 0 | 1B | D5 | 64 | 25 |
| Octal | 0 | 123 | 273 | 144 | 70 | 0 | 33 | 325 | 144 | 45 |
| Binary | 0 | 1010011 | 10111011 | 1100100 | 111000 | 0 | 11011 | 11010101 | 1100100 | 100101 |
Color Harmonies of #0053BB
Complementary color
Monochromatic Colors of #0053BB
Black with #0053BB
Text Example
Text Example
White with #0053BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0053BB; }
p { color: rgb(0,83,187); }
H1.HeaderClassName
{
color: #0053BB;
}
.AnyTagClassName
{
color: #0053BB;
}
</style>
background-color css
<style>
a { background-color: #0053BB; }
a { background-color: rgb(0,83,187); }
div.DivClassName
{
background-color: #0053BB;
}
.BgClassName
{
background-color: #0053BB;
}
</style>
border-color css
<style>
span { border-color: #0053BB; }
span { border-color: rgb(0,83,187); }
td.TdClassName
{
border-color: #0053BB;
}
.TagClassName
{
border-color: #0053BB;
}
</style>