Shades of Cobalt #035BA0
Tints of Cobalt #035BA0
RGB
CMYK
RGB Variations
Color information
#035BA0 (or 0x035BA0) is known color: Cobalt. HEX triplet: 03, 5B and A0. RGB value is (3,91,160). Sum of RGB (Red+Green+Blue) = 3+91+160=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #035BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035BA0 is #FCA45F. Grayscale: #484848. Windows color (decimal): -16557152 or 10509059. OLE color: 10509059.
HSL color Cylindrical-coordinate representation of color #035BA0: hue angle of 206.37º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035BA0 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 91 | 160 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.37 |
| HSL | 206.37º | 0.96% | 0.32% | - |
| HSV(B) | 206.37º | 0.98% | 0.63% | - |
| XYZ | 10.12 | 10.04 | 34.66 | - |
| YUV | 72.55 | 177.35 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 160 | 0.98 | 0.43 | 0 | 0.37 | 206.37 | 0.96 | 0.32 |
| Hex | 3 | 5B | A0 | 62 | 2B | 0 | 25 | CE | 60 | 20 |
| Octal | 3 | 133 | 240 | 142 | 53 | 0 | 45 | 316 | 140 | 40 |
| Binary | 11 | 1011011 | 10100000 | 1100010 | 101011 | 0 | 100101 | 11001110 | 1100000 | 100000 |
Color Harmonies of #035BA0
Complementary color
Monochromatic Colors of #035BA0
Black with #035BA0
Text Example
Text Example
White with #035BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BA0; }
p { color: rgb(3,91,160); }
H1.HeaderClassName
{
color: #035BA0;
}
.AnyTagClassName
{
color: #035BA0;
}
</style>
background-color css
<style>
a { background-color: #035BA0; }
a { background-color: rgb(3,91,160); }
div.DivClassName
{
background-color: #035BA0;
}
.BgClassName
{
background-color: #035BA0;
}
</style>
border-color css
<style>
span { border-color: #035BA0; }
span { border-color: rgb(3,91,160); }
td.TdClassName
{
border-color: #035BA0;
}
.TagClassName
{
border-color: #035BA0;
}
</style>