Shades of Cobalt #035AA5
Tints of Cobalt #035AA5
RGB
CMYK
RGB Variations
Color information
#035AA5 (or 0x035AA5) is known color: Cobalt. HEX triplet: 03, 5A and A5. RGB value is (3,90,165). Sum of RGB (Red+Green+Blue) = 3+90+165=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #035AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AA5 is #FCA55A. Grayscale: #484848. Windows color (decimal): -16557403 or 10836483. OLE color: 10836483.
HSL color Cylindrical-coordinate representation of color #035AA5: hue angle of 207.78º 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 #035AA5 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 90 | 165 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.35 |
| HSL | 207.78º | 0.96% | 0.33% | - |
| HSV(B) | 207.78º | 0.98% | 0.65% | - |
| XYZ | 10.49 | 10.05 | 36.98 | - |
| YUV | 72.54 | 180.18 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 165 | 0.98 | 0.45 | 0 | 0.35 | 207.78 | 0.96 | 0.33 |
| Hex | 3 | 5A | A5 | 62 | 2D | 0 | 23 | D0 | 60 | 21 |
| Octal | 3 | 132 | 245 | 142 | 55 | 0 | 43 | 320 | 140 | 41 |
| Binary | 11 | 1011010 | 10100101 | 1100010 | 101101 | 0 | 100011 | 11010000 | 1100000 | 100001 |
Color Harmonies of #035AA5
Complementary color
Monochromatic Colors of #035AA5
Black with #035AA5
Text Example
Text Example
White with #035AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AA5; }
p { color: rgb(3,90,165); }
H1.HeaderClassName
{
color: #035AA5;
}
.AnyTagClassName
{
color: #035AA5;
}
</style>
background-color css
<style>
a { background-color: #035AA5; }
a { background-color: rgb(3,90,165); }
div.DivClassName
{
background-color: #035AA5;
}
.BgClassName
{
background-color: #035AA5;
}
</style>
border-color css
<style>
span { border-color: #035AA5; }
span { border-color: rgb(3,90,165); }
td.TdClassName
{
border-color: #035AA5;
}
.TagClassName
{
border-color: #035AA5;
}
</style>