Shades of Cobalt #035DA0
Tints of Cobalt #035DA0
RGB
CMYK
RGB Variations
Color information
#035DA0 (or 0x035DA0) is known color: Cobalt. HEX triplet: 03, 5D and A0. RGB value is (3,93,160). Sum of RGB (Red+Green+Blue) = 3+93+160=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #035DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DA0 is #FCA25F. Grayscale: #494949. Windows color (decimal): -16556640 or 10509571. OLE color: 10509571.
HSL color Cylindrical-coordinate representation of color #035DA0: hue angle of 205.61º 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 #035DA0 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 93 | 160 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.37 |
| HSL | 205.61º | 0.96% | 0.32% | - |
| HSV(B) | 205.61º | 0.98% | 0.63% | - |
| XYZ | 10.3 | 10.39 | 34.72 | - |
| YUV | 73.73 | 176.68 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 160 | 0.98 | 0.42 | 0 | 0.37 | 205.61 | 0.96 | 0.32 |
| Hex | 3 | 5D | A0 | 62 | 2A | 0 | 25 | CE | 60 | 20 |
| Octal | 3 | 135 | 240 | 142 | 52 | 0 | 45 | 316 | 140 | 40 |
| Binary | 11 | 1011101 | 10100000 | 1100010 | 101010 | 0 | 100101 | 11001110 | 1100000 | 100000 |
Color Harmonies of #035DA0
Complementary color
Monochromatic Colors of #035DA0
Black with #035DA0
Text Example
Text Example
White with #035DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DA0; }
p { color: rgb(3,93,160); }
H1.HeaderClassName
{
color: #035DA0;
}
.AnyTagClassName
{
color: #035DA0;
}
</style>
background-color css
<style>
a { background-color: #035DA0; }
a { background-color: rgb(3,93,160); }
div.DivClassName
{
background-color: #035DA0;
}
.BgClassName
{
background-color: #035DA0;
}
</style>
border-color css
<style>
span { border-color: #035DA0; }
span { border-color: rgb(3,93,160); }
td.TdClassName
{
border-color: #035DA0;
}
.TagClassName
{
border-color: #035DA0;
}
</style>