Shades of Cobalt #0350AB
Tints of Cobalt #0350AB
RGB
CMYK
RGB Variations
Color information
#0350AB (or 0x0350AB) is known color: Cobalt. HEX triplet: 03, 50 and AB. RGB value is (3,80,171). Sum of RGB (Red+Green+Blue) = 3+80+171=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #0350AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0350AB is #FCAF54. Grayscale: #424242. Windows color (decimal): -16559957 or 11227139. OLE color: 11227139.
HSL color Cylindrical-coordinate representation of color #0350AB: hue angle of 212.5º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0350AB is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 80 | 171 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.33 |
| HSL | 212.5º | 0.97% | 0.34% | - |
| HSV(B) | 212.5º | 0.98% | 0.67% | - |
| XYZ | 10.26 | 8.7 | 39.67 | - |
| YUV | 67.35 | 186.49 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 171 | 0.98 | 0.53 | 0 | 0.33 | 212.5 | 0.97 | 0.34 |
| Hex | 3 | 50 | AB | 62 | 35 | 0 | 21 | D4 | 61 | 22 |
| Octal | 3 | 120 | 253 | 142 | 65 | 0 | 41 | 324 | 141 | 42 |
| Binary | 11 | 1010000 | 10101011 | 1100010 | 110101 | 0 | 100001 | 11010100 | 1100001 | 100010 |
Color Harmonies of #0350AB
Complementary color
Monochromatic Colors of #0350AB
Black with #0350AB
Text Example
Text Example
White with #0350AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350AB; }
p { color: rgb(3,80,171); }
H1.HeaderClassName
{
color: #0350AB;
}
.AnyTagClassName
{
color: #0350AB;
}
</style>
background-color css
<style>
a { background-color: #0350AB; }
a { background-color: rgb(3,80,171); }
div.DivClassName
{
background-color: #0350AB;
}
.BgClassName
{
background-color: #0350AB;
}
</style>
border-color css
<style>
span { border-color: #0350AB; }
span { border-color: rgb(3,80,171); }
td.TdClassName
{
border-color: #0350AB;
}
.TagClassName
{
border-color: #0350AB;
}
</style>