Shades of Cobalt #0350AF
Tints of Cobalt #0350AF
RGB
CMYK
RGB Variations
Color information
#0350AF (or 0x0350AF) is known color: Cobalt. HEX triplet: 03, 50 and AF. RGB value is (3,80,175). Sum of RGB (Red+Green+Blue) = 3+80+175=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #0350AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0350AF is #FCAF50. Grayscale: #434343. Windows color (decimal): -16559953 or 11489283. OLE color: 11489283.
HSL color Cylindrical-coordinate representation of color #0350AF: hue angle of 213.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0350AF is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 80 | 175 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.31 |
| HSL | 213.14º | 0.97% | 0.35% | - |
| HSV(B) | 213.14º | 0.98% | 0.69% | - |
| XYZ | 10.64 | 8.85 | 41.71 | - |
| YUV | 67.81 | 188.49 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 175 | 0.98 | 0.54 | 0 | 0.31 | 213.14 | 0.97 | 0.35 |
| Hex | 3 | 50 | AF | 62 | 36 | 0 | 1F | D5 | 61 | 23 |
| Octal | 3 | 120 | 257 | 142 | 66 | 0 | 37 | 325 | 141 | 43 |
| Binary | 11 | 1010000 | 10101111 | 1100010 | 110110 | 0 | 11111 | 11010101 | 1100001 | 100011 |
Color Harmonies of #0350AF
Complementary color
Monochromatic Colors of #0350AF
Black with #0350AF
Text Example
Text Example
White with #0350AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350AF; }
p { color: rgb(3,80,175); }
H1.HeaderClassName
{
color: #0350AF;
}
.AnyTagClassName
{
color: #0350AF;
}
</style>
background-color css
<style>
a { background-color: #0350AF; }
a { background-color: rgb(3,80,175); }
div.DivClassName
{
background-color: #0350AF;
}
.BgClassName
{
background-color: #0350AF;
}
</style>
border-color css
<style>
span { border-color: #0350AF; }
span { border-color: rgb(3,80,175); }
td.TdClassName
{
border-color: #0350AF;
}
.TagClassName
{
border-color: #0350AF;
}
</style>