Shades of Cobalt #0151AD
Tints of Cobalt #0151AD
RGB
CMYK
RGB Variations
Color information
#0151AD (or 0x0151AD) is known color: Cobalt. HEX triplet: 01, 51 and AD. RGB value is (1,81,173). Sum of RGB (Red+Green+Blue) = 1+81+173=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #0151AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0151AD is #FEAE52. Grayscale: #434343. Windows color (decimal): -16690771 or 11358465. OLE color: 11358465.
HSL color Cylindrical-coordinate representation of color #0151AD: hue angle of 212.09º 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 #0151AD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 81 | 173 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.32 |
| HSL | 212.09º | 0.99% | 0.34% | - |
| HSV(B) | 212.09º | 0.99% | 0.68% | - |
| XYZ | 10.5 | 8.91 | 40.7 | - |
| YUV | 67.57 | 187.5 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 173 | 0.99 | 0.53 | 0 | 0.32 | 212.09 | 0.99 | 0.34 |
| Hex | 1 | 51 | AD | 63 | 35 | 0 | 20 | D4 | 63 | 22 |
| Octal | 1 | 121 | 255 | 143 | 65 | 0 | 40 | 324 | 143 | 42 |
| Binary | 1 | 1010001 | 10101101 | 1100011 | 110101 | 0 | 100000 | 11010100 | 1100011 | 100010 |
Color Harmonies of #0151AD
Complementary color
Monochromatic Colors of #0151AD
Black with #0151AD
Text Example
Text Example
White with #0151AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0151AD; }
p { color: rgb(1,81,173); }
H1.HeaderClassName
{
color: #0151AD;
}
.AnyTagClassName
{
color: #0151AD;
}
</style>
background-color css
<style>
a { background-color: #0151AD; }
a { background-color: rgb(1,81,173); }
div.DivClassName
{
background-color: #0151AD;
}
.BgClassName
{
background-color: #0151AD;
}
</style>
border-color css
<style>
span { border-color: #0151AD; }
span { border-color: rgb(1,81,173); }
td.TdClassName
{
border-color: #0151AD;
}
.TagClassName
{
border-color: #0151AD;
}
</style>