Shades of Cobalt #0353BB
Tints of Cobalt #0353BB
RGB
CMYK
RGB Variations
Color information
#0353BB (or 0x0353BB) is known color: Cobalt. HEX triplet: 03, 53 and BB. RGB value is (3,83,187). Sum of RGB (Red+Green+Blue) = 3+83+187=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #0353BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353BB is #FCAC44. Grayscale: #464646. Windows color (decimal): -16559173 or 12276483. OLE color: 12276483.
HSL color Cylindrical-coordinate representation of color #0353BB: hue angle of 213.91º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0353BB is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 83 | 187 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.27 |
| HSL | 213.91º | 0.97% | 0.37% | - |
| HSV(B) | 213.91º | 0.98% | 0.73% | - |
| XYZ | 12.1 | 9.79 | 48.27 | - |
| YUV | 70.94 | 193.5 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 187 | 0.98 | 0.56 | 0 | 0.27 | 213.91 | 0.97 | 0.37 |
| Hex | 3 | 53 | BB | 62 | 38 | 0 | 1B | D6 | 61 | 25 |
| Octal | 3 | 123 | 273 | 142 | 70 | 0 | 33 | 326 | 141 | 45 |
| Binary | 11 | 1010011 | 10111011 | 1100010 | 111000 | 0 | 11011 | 11010110 | 1100001 | 100101 |
Color Harmonies of #0353BB
Complementary color
Monochromatic Colors of #0353BB
Black with #0353BB
Text Example
Text Example
White with #0353BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353BB; }
p { color: rgb(3,83,187); }
H1.HeaderClassName
{
color: #0353BB;
}
.AnyTagClassName
{
color: #0353BB;
}
</style>
background-color css
<style>
a { background-color: #0353BB; }
a { background-color: rgb(3,83,187); }
div.DivClassName
{
background-color: #0353BB;
}
.BgClassName
{
background-color: #0353BB;
}
</style>
border-color css
<style>
span { border-color: #0353BB; }
span { border-color: rgb(3,83,187); }
td.TdClassName
{
border-color: #0353BB;
}
.TagClassName
{
border-color: #0353BB;
}
</style>