Shades of Cobalt #0453BA
Tints of Cobalt #0453BA
RGB
CMYK
RGB Variations
Color information
#0453BA (or 0x0453BA) is known color: Cobalt. HEX triplet: 04, 53 and BA. RGB value is (4,83,186). Sum of RGB (Red+Green+Blue) = 4+83+186=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0453BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0453BA is #FBAC45. Grayscale: #464646. Windows color (decimal): -16493638 or 12210948. OLE color: 12210948.
HSL color Cylindrical-coordinate representation of color #0453BA: hue angle of 213.96º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0453BA is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 83 | 186 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.27 |
| HSL | 213.96º | 0.96% | 0.37% | - |
| HSV(B) | 213.96º | 0.98% | 0.73% | - |
| XYZ | 12.01 | 9.76 | 47.7 | - |
| YUV | 71.12 | 192.83 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 186 | 0.98 | 0.55 | 0 | 0.27 | 213.96 | 0.96 | 0.37 |
| Hex | 4 | 53 | BA | 62 | 37 | 0 | 1B | D6 | 60 | 25 |
| Octal | 4 | 123 | 272 | 142 | 67 | 0 | 33 | 326 | 140 | 45 |
| Binary | 100 | 1010011 | 10111010 | 1100010 | 110111 | 0 | 11011 | 11010110 | 1100000 | 100101 |
Color Harmonies of #0453BA
Complementary color
Monochromatic Colors of #0453BA
Black with #0453BA
Text Example
Text Example
White with #0453BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0453BA; }
p { color: rgb(4,83,186); }
H1.HeaderClassName
{
color: #0453BA;
}
.AnyTagClassName
{
color: #0453BA;
}
</style>
background-color css
<style>
a { background-color: #0453BA; }
a { background-color: rgb(4,83,186); }
div.DivClassName
{
background-color: #0453BA;
}
.BgClassName
{
background-color: #0453BA;
}
</style>
border-color css
<style>
span { border-color: #0453BA; }
span { border-color: rgb(4,83,186); }
td.TdClassName
{
border-color: #0453BA;
}
.TagClassName
{
border-color: #0453BA;
}
</style>