Shades of Cobalt #0751AD
Tints of Cobalt #0751AD
RGB
CMYK
RGB Variations
Color information
#0751AD (or 0x0751AD) is known color: Cobalt. HEX triplet: 07, 51 and AD. RGB value is (7,81,173). Sum of RGB (Red+Green+Blue) = 7+81+173=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #0751AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0751AD is #F8AE52. Grayscale: #444444. Windows color (decimal): -16297555 or 11358471. OLE color: 11358471.
HSL color Cylindrical-coordinate representation of color #0751AD: hue angle of 213.25º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0751AD is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 81 | 173 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.32 |
| HSL | 213.25º | 0.92% | 0.35% | - |
| HSV(B) | 213.25º | 0.96% | 0.68% | - |
| XYZ | 10.57 | 8.95 | 40.7 | - |
| YUV | 69.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 173 | 0.96 | 0.53 | 0 | 0.32 | 213.25 | 0.92 | 0.35 |
| Hex | 7 | 51 | AD | 60 | 35 | 0 | 20 | D5 | 5C | 23 |
| Octal | 7 | 121 | 255 | 140 | 65 | 0 | 40 | 325 | 134 | 43 |
| Binary | 111 | 1010001 | 10101101 | 1100000 | 110101 | 0 | 100000 | 11010101 | 1011100 | 100011 |
Color Harmonies of #0751AD
Complementary color
Monochromatic Colors of #0751AD
Black with #0751AD
Text Example
Text Example
White with #0751AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0751AD; }
p { color: rgb(7,81,173); }
H1.HeaderClassName
{
color: #0751AD;
}
.AnyTagClassName
{
color: #0751AD;
}
</style>
background-color css
<style>
a { background-color: #0751AD; }
a { background-color: rgb(7,81,173); }
div.DivClassName
{
background-color: #0751AD;
}
.BgClassName
{
background-color: #0751AD;
}
</style>
border-color css
<style>
span { border-color: #0751AD; }
span { border-color: rgb(7,81,173); }
td.TdClassName
{
border-color: #0751AD;
}
.TagClassName
{
border-color: #0751AD;
}
</style>