Shades of Cobalt #0152B6
Tints of Cobalt #0152B6
RGB
CMYK
RGB Variations
Color information
#0152B6 (or 0x0152B6) is known color: Cobalt. HEX triplet: 01, 52 and B6. RGB value is (1,82,182). Sum of RGB (Red+Green+Blue) = 1+82+182=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 182 (71.48% from 255 or 68.68% from 265); Max value from RGB is 182 - color contains mainly: blue. Hex color #0152B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0152B6 is #FEAD49. Grayscale: #444444. Windows color (decimal): -16690506 or 11948545. OLE color: 11948545.
HSL color Cylindrical-coordinate representation of color #0152B6: hue angle of 213.15º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0152B6 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 82 | 182 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.29 |
| HSL | 213.15º | 0.99% | 0.36% | - |
| HSV(B) | 213.15º | 0.99% | 0.71% | - |
| XYZ | 11.47 | 9.42 | 45.47 | - |
| YUV | 69.18 | 191.66 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 182 | 0.99 | 0.55 | 0 | 0.29 | 213.15 | 0.99 | 0.36 |
| Hex | 1 | 52 | B6 | 63 | 37 | 0 | 1D | D5 | 63 | 24 |
| Octal | 1 | 122 | 266 | 143 | 67 | 0 | 35 | 325 | 143 | 44 |
| Binary | 1 | 1010010 | 10110110 | 1100011 | 110111 | 0 | 11101 | 11010101 | 1100011 | 100100 |
Color Harmonies of #0152B6
Complementary color
Monochromatic Colors of #0152B6
Black with #0152B6
Text Example
Text Example
White with #0152B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152B6; }
p { color: rgb(1,82,182); }
H1.HeaderClassName
{
color: #0152B6;
}
.AnyTagClassName
{
color: #0152B6;
}
</style>
background-color css
<style>
a { background-color: #0152B6; }
a { background-color: rgb(1,82,182); }
div.DivClassName
{
background-color: #0152B6;
}
.BgClassName
{
background-color: #0152B6;
}
</style>
border-color css
<style>
span { border-color: #0152B6; }
span { border-color: rgb(1,82,182); }
td.TdClassName
{
border-color: #0152B6;
}
.TagClassName
{
border-color: #0152B6;
}
</style>