Shades of Cobalt #035BA7
Tints of Cobalt #035BA7
RGB
CMYK
RGB Variations
Color information
#035BA7 (or 0x035BA7) is known color: Cobalt. HEX triplet: 03, 5B and A7. RGB value is (3,91,167). Sum of RGB (Red+Green+Blue) = 3+91+167=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 167 (65.62% from 255 or 63.98% from 261); Max value from RGB is 167 - color contains mainly: blue. Hex color #035BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035BA7 is #FCA458. Grayscale: #484848. Windows color (decimal): -16557145 or 10967811. OLE color: 10967811.
HSL color Cylindrical-coordinate representation of color #035BA7: hue angle of 207.8º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035BA7 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 91 | 167 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.35 |
| HSL | 207.8º | 0.96% | 0.33% | - |
| HSV(B) | 207.8º | 0.98% | 0.65% | - |
| XYZ | 10.75 | 10.29 | 37.98 | - |
| YUV | 73.35 | 180.85 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 167 | 0.98 | 0.46 | 0 | 0.35 | 207.8 | 0.96 | 0.33 |
| Hex | 3 | 5B | A7 | 62 | 2E | 0 | 23 | D0 | 60 | 21 |
| Octal | 3 | 133 | 247 | 142 | 56 | 0 | 43 | 320 | 140 | 41 |
| Binary | 11 | 1011011 | 10100111 | 1100010 | 101110 | 0 | 100011 | 11010000 | 1100000 | 100001 |
Color Harmonies of #035BA7
Complementary color
Monochromatic Colors of #035BA7
Black with #035BA7
Text Example
Text Example
White with #035BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035BA7; }
p { color: rgb(3,91,167); }
H1.HeaderClassName
{
color: #035BA7;
}
.AnyTagClassName
{
color: #035BA7;
}
</style>
background-color css
<style>
a { background-color: #035BA7; }
a { background-color: rgb(3,91,167); }
div.DivClassName
{
background-color: #035BA7;
}
.BgClassName
{
background-color: #035BA7;
}
</style>
border-color css
<style>
span { border-color: #035BA7; }
span { border-color: rgb(3,91,167); }
td.TdClassName
{
border-color: #035BA7;
}
.TagClassName
{
border-color: #035BA7;
}
</style>