Shades of Cobalt #035BA1
Tints of Cobalt #035BA1
RGB
CMYK
RGB Variations
Color information
#035BA1 (or 0x035BA1) is known color: Cobalt. HEX triplet: 03, 5B and A1. RGB value is (3,91,161). Sum of RGB (Red+Green+Blue) = 3+91+161=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #035BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035BA1 is #FCA45E. Grayscale: #484848. Windows color (decimal): -16557151 or 10574595. OLE color: 10574595.
HSL color Cylindrical-coordinate representation of color #035BA1: hue angle of 206.58º 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 #035BA1 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 91 | 161 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.37 |
| HSL | 206.58º | 0.96% | 0.32% | - |
| HSV(B) | 206.58º | 0.98% | 0.63% | - |
| XYZ | 10.21 | 10.07 | 35.12 | - |
| YUV | 72.67 | 177.85 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 161 | 0.98 | 0.43 | 0 | 0.37 | 206.58 | 0.96 | 0.32 |
| Hex | 3 | 5B | A1 | 62 | 2B | 0 | 25 | CF | 60 | 20 |
| Octal | 3 | 133 | 241 | 142 | 53 | 0 | 45 | 317 | 140 | 40 |
| Binary | 11 | 1011011 | 10100001 | 1100010 | 101011 | 0 | 100101 | 11001111 | 1100000 | 100000 |
Color Harmonies of #035BA1
Complementary color
Monochromatic Colors of #035BA1
Black with #035BA1
Text Example
Text Example
White with #035BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BA1; }
p { color: rgb(3,91,161); }
H1.HeaderClassName
{
color: #035BA1;
}
.AnyTagClassName
{
color: #035BA1;
}
</style>
background-color css
<style>
a { background-color: #035BA1; }
a { background-color: rgb(3,91,161); }
div.DivClassName
{
background-color: #035BA1;
}
.BgClassName
{
background-color: #035BA1;
}
</style>
border-color css
<style>
span { border-color: #035BA1; }
span { border-color: rgb(3,91,161); }
td.TdClassName
{
border-color: #035BA1;
}
.TagClassName
{
border-color: #035BA1;
}
</style>