Shades of Cobalt #0353BC
Tints of Cobalt #0353BC
RGB
CMYK
RGB Variations
Color information
#0353BC (or 0x0353BC) is known color: Cobalt. HEX triplet: 03, 53 and BC. RGB value is (3,83,188). Sum of RGB (Red+Green+Blue) = 3+83+188=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #0353BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353BC is #FCAC43. Grayscale: #464646. Windows color (decimal): -16559172 or 12342019. OLE color: 12342019.
HSL color Cylindrical-coordinate representation of color #0353BC: hue angle of 214.05º 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 #0353BC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 83 | 188 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.26 |
| HSL | 214.05º | 0.97% | 0.37% | - |
| HSV(B) | 214.05º | 0.98% | 0.74% | - |
| XYZ | 12.21 | 9.84 | 48.83 | - |
| YUV | 71.05 | 194 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 188 | 0.98 | 0.56 | 0 | 0.26 | 214.05 | 0.97 | 0.37 |
| Hex | 3 | 53 | BC | 62 | 38 | 0 | 1A | D6 | 61 | 25 |
| Octal | 3 | 123 | 274 | 142 | 70 | 0 | 32 | 326 | 141 | 45 |
| Binary | 11 | 1010011 | 10111100 | 1100010 | 111000 | 0 | 11010 | 11010110 | 1100001 | 100101 |
Color Harmonies of #0353BC
Complementary color
Monochromatic Colors of #0353BC
Black with #0353BC
Text Example
Text Example
White with #0353BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353BC; }
p { color: rgb(3,83,188); }
H1.HeaderClassName
{
color: #0353BC;
}
.AnyTagClassName
{
color: #0353BC;
}
</style>
background-color css
<style>
a { background-color: #0353BC; }
a { background-color: rgb(3,83,188); }
div.DivClassName
{
background-color: #0353BC;
}
.BgClassName
{
background-color: #0353BC;
}
</style>
border-color css
<style>
span { border-color: #0353BC; }
span { border-color: rgb(3,83,188); }
td.TdClassName
{
border-color: #0353BC;
}
.TagClassName
{
border-color: #0353BC;
}
</style>