Shades of Cobalt #0351BC
Tints of Cobalt #0351BC
RGB
CMYK
RGB Variations
Color information
#0351BC (or 0x0351BC) is known color: Cobalt. HEX triplet: 03, 51 and BC. RGB value is (3,81,188). Sum of RGB (Red+Green+Blue) = 3+81+188=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #0351BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0351BC is #FCAE43. Grayscale: #454545. Windows color (decimal): -16559684 or 12341507. OLE color: 12341507.
HSL color Cylindrical-coordinate representation of color #0351BC: hue angle of 214.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0351BC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 81 | 188 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.26 |
| HSL | 214.7º | 0.97% | 0.37% | - |
| HSV(B) | 214.7º | 0.98% | 0.74% | - |
| XYZ | 12.06 | 9.54 | 48.78 | - |
| YUV | 69.88 | 194.66 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 188 | 0.98 | 0.57 | 0 | 0.26 | 214.7 | 0.97 | 0.37 |
| Hex | 3 | 51 | BC | 62 | 39 | 0 | 1A | D7 | 61 | 25 |
| Octal | 3 | 121 | 274 | 142 | 71 | 0 | 32 | 327 | 141 | 45 |
| Binary | 11 | 1010001 | 10111100 | 1100010 | 111001 | 0 | 11010 | 11010111 | 1100001 | 100101 |
Color Harmonies of #0351BC
Complementary color
Monochromatic Colors of #0351BC
Black with #0351BC
Text Example
Text Example
White with #0351BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0351BC; }
p { color: rgb(3,81,188); }
H1.HeaderClassName
{
color: #0351BC;
}
.AnyTagClassName
{
color: #0351BC;
}
</style>
background-color css
<style>
a { background-color: #0351BC; }
a { background-color: rgb(3,81,188); }
div.DivClassName
{
background-color: #0351BC;
}
.BgClassName
{
background-color: #0351BC;
}
</style>
border-color css
<style>
span { border-color: #0351BC; }
span { border-color: rgb(3,81,188); }
td.TdClassName
{
border-color: #0351BC;
}
.TagClassName
{
border-color: #0351BC;
}
</style>