Shades of Cobalt #0152AE
Tints of Cobalt #0152AE
RGB
CMYK
RGB Variations
Color information
#0152AE (or 0x0152AE) is known color: Cobalt. HEX triplet: 01, 52 and AE. RGB value is (1,82,174). Sum of RGB (Red+Green+Blue) = 1+82+174=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #0152AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0152AE is #FEAD51. Grayscale: #434343. Windows color (decimal): -16690514 or 11424257. OLE color: 11424257.
HSL color Cylindrical-coordinate representation of color #0152AE: hue angle of 211.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0152AE is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 82 | 174 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.32 |
| HSL | 211.91º | 0.99% | 0.34% | - |
| HSV(B) | 211.91º | 0.99% | 0.68% | - |
| XYZ | 10.67 | 9.1 | 41.24 | - |
| YUV | 68.27 | 187.66 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 174 | 0.99 | 0.53 | 0 | 0.32 | 211.91 | 0.99 | 0.34 |
| Hex | 1 | 52 | AE | 63 | 35 | 0 | 20 | D4 | 63 | 22 |
| Octal | 1 | 122 | 256 | 143 | 65 | 0 | 40 | 324 | 143 | 42 |
| Binary | 1 | 1010010 | 10101110 | 1100011 | 110101 | 0 | 100000 | 11010100 | 1100011 | 100010 |
Color Harmonies of #0152AE
Complementary color
Monochromatic Colors of #0152AE
Black with #0152AE
Text Example
Text Example
White with #0152AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152AE; }
p { color: rgb(1,82,174); }
H1.HeaderClassName
{
color: #0152AE;
}
.AnyTagClassName
{
color: #0152AE;
}
</style>
background-color css
<style>
a { background-color: #0152AE; }
a { background-color: rgb(1,82,174); }
div.DivClassName
{
background-color: #0152AE;
}
.BgClassName
{
background-color: #0152AE;
}
</style>
border-color css
<style>
span { border-color: #0152AE; }
span { border-color: rgb(1,82,174); }
td.TdClassName
{
border-color: #0152AE;
}
.TagClassName
{
border-color: #0152AE;
}
</style>