Shades of Cobalt #035AA0
Tints of Cobalt #035AA0
RGB
CMYK
RGB Variations
Color information
#035AA0 (or 0x035AA0) is known color: Cobalt. HEX triplet: 03, 5A and A0. RGB value is (3,90,160). Sum of RGB (Red+Green+Blue) = 3+90+160=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #035AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AA0 is #FCA55F. Grayscale: #474747. Windows color (decimal): -16557408 or 10508803. OLE color: 10508803.
HSL color Cylindrical-coordinate representation of color #035AA0: hue angle of 206.75º 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 #035AA0 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 90 | 160 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.37 |
| HSL | 206.75º | 0.96% | 0.32% | - |
| HSV(B) | 206.75º | 0.98% | 0.63% | - |
| XYZ | 10.04 | 9.87 | 34.63 | - |
| YUV | 71.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 160 | 0.98 | 0.44 | 0 | 0.37 | 206.75 | 0.96 | 0.32 |
| Hex | 3 | 5A | A0 | 62 | 2C | 0 | 25 | CF | 60 | 20 |
| Octal | 3 | 132 | 240 | 142 | 54 | 0 | 45 | 317 | 140 | 40 |
| Binary | 11 | 1011010 | 10100000 | 1100010 | 101100 | 0 | 100101 | 11001111 | 1100000 | 100000 |
Color Harmonies of #035AA0
Complementary color
Monochromatic Colors of #035AA0
Black with #035AA0
Text Example
Text Example
White with #035AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AA0; }
p { color: rgb(3,90,160); }
H1.HeaderClassName
{
color: #035AA0;
}
.AnyTagClassName
{
color: #035AA0;
}
</style>
background-color css
<style>
a { background-color: #035AA0; }
a { background-color: rgb(3,90,160); }
div.DivClassName
{
background-color: #035AA0;
}
.BgClassName
{
background-color: #035AA0;
}
</style>
border-color css
<style>
span { border-color: #035AA0; }
span { border-color: rgb(3,90,160); }
td.TdClassName
{
border-color: #035AA0;
}
.TagClassName
{
border-color: #035AA0;
}
</style>