Shades of Cobalt #0152BA
Tints of Cobalt #0152BA
RGB
CMYK
RGB Variations
Color information
#0152BA (or 0x0152BA) is known color: Cobalt. HEX triplet: 01, 52 and BA. RGB value is (1,82,186). Sum of RGB (Red+Green+Blue) = 1+82+186=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #0152BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0152BA is #FEAD45. Grayscale: #454545. Windows color (decimal): -16690502 or 12210689. OLE color: 12210689.
HSL color Cylindrical-coordinate representation of color #0152BA: hue angle of 213.73º 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 #0152BA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 82 | 186 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.27 |
| HSL | 213.73º | 0.99% | 0.37% | - |
| HSV(B) | 213.73º | 0.99% | 0.73% | - |
| XYZ | 11.89 | 9.59 | 47.68 | - |
| YUV | 69.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 186 | 0.99 | 0.56 | 0 | 0.27 | 213.73 | 0.99 | 0.37 |
| Hex | 1 | 52 | BA | 63 | 38 | 0 | 1B | D6 | 63 | 25 |
| Octal | 1 | 122 | 272 | 143 | 70 | 0 | 33 | 326 | 143 | 45 |
| Binary | 1 | 1010010 | 10111010 | 1100011 | 111000 | 0 | 11011 | 11010110 | 1100011 | 100101 |
Color Harmonies of #0152BA
Complementary color
Monochromatic Colors of #0152BA
Black with #0152BA
Text Example
Text Example
White with #0152BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152BA; }
p { color: rgb(1,82,186); }
H1.HeaderClassName
{
color: #0152BA;
}
.AnyTagClassName
{
color: #0152BA;
}
</style>
background-color css
<style>
a { background-color: #0152BA; }
a { background-color: rgb(1,82,186); }
div.DivClassName
{
background-color: #0152BA;
}
.BgClassName
{
background-color: #0152BA;
}
</style>
border-color css
<style>
span { border-color: #0152BA; }
span { border-color: rgb(1,82,186); }
td.TdClassName
{
border-color: #0152BA;
}
.TagClassName
{
border-color: #0152BA;
}
</style>