Shades of Cobalt #0152BD
Tints of Cobalt #0152BD
RGB
CMYK
RGB Variations
Color information
#0152BD (or 0x0152BD) is known color: Cobalt. HEX triplet: 01, 52 and BD. RGB value is (1,82,189). Sum of RGB (Red+Green+Blue) = 1+82+189=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 82 (32.42% from 255 or 30.15% 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 #0152BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0152BD is #FEAD42. Grayscale: #454545. Windows color (decimal): -16690499 or 12407297. OLE color: 12407297.
HSL color Cylindrical-coordinate representation of color #0152BD: hue angle of 214.15º 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 #0152BD is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 82 | 189 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.26 |
| HSL | 214.15º | 0.99% | 0.37% | - |
| HSV(B) | 214.15º | 0.99% | 0.74% | - |
| XYZ | 12.22 | 9.72 | 49.38 | - |
| YUV | 69.98 | 195.16 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 189 | 0.99 | 0.57 | 0 | 0.26 | 214.15 | 0.99 | 0.37 |
| Hex | 1 | 52 | BD | 63 | 39 | 0 | 1A | D6 | 63 | 25 |
| Octal | 1 | 122 | 275 | 143 | 71 | 0 | 32 | 326 | 143 | 45 |
| Binary | 1 | 1010010 | 10111101 | 1100011 | 111001 | 0 | 11010 | 11010110 | 1100011 | 100101 |
Color Harmonies of #0152BD
Complementary color
Monochromatic Colors of #0152BD
Black with #0152BD
Text Example
Text Example
White with #0152BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152BD; }
p { color: rgb(1,82,189); }
H1.HeaderClassName
{
color: #0152BD;
}
.AnyTagClassName
{
color: #0152BD;
}
</style>
background-color css
<style>
a { background-color: #0152BD; }
a { background-color: rgb(1,82,189); }
div.DivClassName
{
background-color: #0152BD;
}
.BgClassName
{
background-color: #0152BD;
}
</style>
border-color css
<style>
span { border-color: #0152BD; }
span { border-color: rgb(1,82,189); }
td.TdClassName
{
border-color: #0152BD;
}
.TagClassName
{
border-color: #0152BD;
}
</style>