Shades of Cobalt #0350B4
Tints of Cobalt #0350B4
RGB
CMYK
RGB Variations
Color information
#0350B4 (or 0x0350B4) is known color: Cobalt. HEX triplet: 03, 50 and B4. RGB value is (3,80,180). Sum of RGB (Red+Green+Blue) = 3+80+180=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 180 (70.70% from 255 or 68.44% from 263); Max value from RGB is 180 - color contains mainly: blue. Hex color #0350B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350B4 is #FCAF4B. Grayscale: #434343. Windows color (decimal): -16559948 or 11816963. OLE color: 11816963.
HSL color Cylindrical-coordinate representation of color #0350B4: hue angle of 213.9º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0350B4 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 80 | 180 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.29 |
| HSL | 213.9º | 0.97% | 0.36% | - |
| HSV(B) | 213.9º | 0.98% | 0.71% | - |
| XYZ | 11.14 | 9.05 | 44.34 | - |
| YUV | 68.38 | 190.99 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 180 | 0.98 | 0.56 | 0 | 0.29 | 213.9 | 0.97 | 0.36 |
| Hex | 3 | 50 | B4 | 62 | 38 | 0 | 1D | D6 | 61 | 24 |
| Octal | 3 | 120 | 264 | 142 | 70 | 0 | 35 | 326 | 141 | 44 |
| Binary | 11 | 1010000 | 10110100 | 1100010 | 111000 | 0 | 11101 | 11010110 | 1100001 | 100100 |
Color Harmonies of #0350B4
Complementary color
Monochromatic Colors of #0350B4
Black with #0350B4
Text Example
Text Example
White with #0350B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350B4; }
p { color: rgb(3,80,180); }
H1.HeaderClassName
{
color: #0350B4;
}
.AnyTagClassName
{
color: #0350B4;
}
</style>
background-color css
<style>
a { background-color: #0350B4; }
a { background-color: rgb(3,80,180); }
div.DivClassName
{
background-color: #0350B4;
}
.BgClassName
{
background-color: #0350B4;
}
</style>
border-color css
<style>
span { border-color: #0350B4; }
span { border-color: rgb(3,80,180); }
td.TdClassName
{
border-color: #0350B4;
}
.TagClassName
{
border-color: #0350B4;
}
</style>