Shades of Cobalt #035BA8
Tints of Cobalt #035BA8
RGB
CMYK
RGB Variations
Color information
#035BA8 (or 0x035BA8) is known color: Cobalt. HEX triplet: 03, 5B and A8. RGB value is (3,91,168). Sum of RGB (Red+Green+Blue) = 3+91+168=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 168 (66.02% from 255 or 64.12% from 262); Max value from RGB is 168 - color contains mainly: blue. Hex color #035BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035BA8 is #FCA457. Grayscale: #494949. Windows color (decimal): -16557144 or 11033347. OLE color: 11033347.
HSL color Cylindrical-coordinate representation of color #035BA8: hue angle of 208º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035BA8 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 91 | 168 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.34 |
| HSL | 208º | 0.96% | 0.34% | - |
| HSV(B) | 208º | 0.98% | 0.66% | - |
| XYZ | 10.85 | 10.33 | 38.47 | - |
| YUV | 73.47 | 181.35 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 168 | 0.98 | 0.46 | 0 | 0.34 | 208 | 0.96 | 0.34 |
| Hex | 3 | 5B | A8 | 62 | 2E | 0 | 22 | D0 | 60 | 22 |
| Octal | 3 | 133 | 250 | 142 | 56 | 0 | 42 | 320 | 140 | 42 |
| Binary | 11 | 1011011 | 10101000 | 1100010 | 101110 | 0 | 100010 | 11010000 | 1100000 | 100010 |
Color Harmonies of #035BA8
Complementary color
Monochromatic Colors of #035BA8
Black with #035BA8
Text Example
Text Example
White with #035BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BA8; }
p { color: rgb(3,91,168); }
H1.HeaderClassName
{
color: #035BA8;
}
.AnyTagClassName
{
color: #035BA8;
}
</style>
background-color css
<style>
a { background-color: #035BA8; }
a { background-color: rgb(3,91,168); }
div.DivClassName
{
background-color: #035BA8;
}
.BgClassName
{
background-color: #035BA8;
}
</style>
border-color css
<style>
span { border-color: #035BA8; }
span { border-color: rgb(3,91,168); }
td.TdClassName
{
border-color: #035BA8;
}
.TagClassName
{
border-color: #035BA8;
}
</style>