Shades of Cobalt #0152B2
Tints of Cobalt #0152B2
RGB
CMYK
RGB Variations
Color information
#0152B2 (or 0x0152B2) is known color: Cobalt. HEX triplet: 01, 52 and B2. RGB value is (1,82,178). Sum of RGB (Red+Green+Blue) = 1+82+178=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 178 (69.92% from 255 or 68.20% from 261); Max value from RGB is 178 - color contains mainly: blue. Hex color #0152B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0152B2 is #FEAD4D. Grayscale: #444444. Windows color (decimal): -16690510 or 11686401. OLE color: 11686401.
HSL color Cylindrical-coordinate representation of color #0152B2: hue angle of 212.54º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0152B2 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 82 | 178 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.30 |
| HSL | 212.54º | 0.99% | 0.35% | - |
| HSV(B) | 212.54º | 0.99% | 0.7% | - |
| XYZ | 11.07 | 9.26 | 43.32 | - |
| YUV | 68.73 | 189.66 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 178 | 0.99 | 0.54 | 0 | 0.30 | 212.54 | 0.99 | 0.35 |
| Hex | 1 | 52 | B2 | 63 | 36 | 0 | 1E | D5 | 63 | 23 |
| Octal | 1 | 122 | 262 | 143 | 66 | 0 | 36 | 325 | 143 | 43 |
| Binary | 1 | 1010010 | 10110010 | 1100011 | 110110 | 0 | 11110 | 11010101 | 1100011 | 100011 |
Color Harmonies of #0152B2
Complementary color
Monochromatic Colors of #0152B2
Black with #0152B2
Text Example
Text Example
White with #0152B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152B2; }
p { color: rgb(1,82,178); }
H1.HeaderClassName
{
color: #0152B2;
}
.AnyTagClassName
{
color: #0152B2;
}
</style>
background-color css
<style>
a { background-color: #0152B2; }
a { background-color: rgb(1,82,178); }
div.DivClassName
{
background-color: #0152B2;
}
.BgClassName
{
background-color: #0152B2;
}
</style>
border-color css
<style>
span { border-color: #0152B2; }
span { border-color: rgb(1,82,178); }
td.TdClassName
{
border-color: #0152B2;
}
.TagClassName
{
border-color: #0152B2;
}
</style>