Shades of Cobalt #035DA6
Tints of Cobalt #035DA6
RGB
CMYK
RGB Variations
Color information
#035DA6 (or 0x035DA6) is known color: Cobalt. HEX triplet: 03, 5D and A6. RGB value is (3,93,166). Sum of RGB (Red+Green+Blue) = 3+93+166=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #035DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DA6 is #FCA259. Grayscale: #4A4A4A. Windows color (decimal): -16556634 or 10902787. OLE color: 10902787.
HSL color Cylindrical-coordinate representation of color #035DA6: hue angle of 206.87º 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 #035DA6 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 93 | 166 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.35 |
| HSL | 206.87º | 0.96% | 0.33% | - |
| HSV(B) | 206.87º | 0.98% | 0.65% | - |
| XYZ | 10.83 | 10.6 | 37.55 | - |
| YUV | 74.41 | 179.68 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 166 | 0.98 | 0.44 | 0 | 0.35 | 206.87 | 0.96 | 0.33 |
| Hex | 3 | 5D | A6 | 62 | 2C | 0 | 23 | CF | 60 | 21 |
| Octal | 3 | 135 | 246 | 142 | 54 | 0 | 43 | 317 | 140 | 41 |
| Binary | 11 | 1011101 | 10100110 | 1100010 | 101100 | 0 | 100011 | 11001111 | 1100000 | 100001 |
Color Harmonies of #035DA6
Complementary color
Monochromatic Colors of #035DA6
Black with #035DA6
Text Example
Text Example
White with #035DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DA6; }
p { color: rgb(3,93,166); }
H1.HeaderClassName
{
color: #035DA6;
}
.AnyTagClassName
{
color: #035DA6;
}
</style>
background-color css
<style>
a { background-color: #035DA6; }
a { background-color: rgb(3,93,166); }
div.DivClassName
{
background-color: #035DA6;
}
.BgClassName
{
background-color: #035DA6;
}
</style>
border-color css
<style>
span { border-color: #035DA6; }
span { border-color: rgb(3,93,166); }
td.TdClassName
{
border-color: #035DA6;
}
.TagClassName
{
border-color: #035DA6;
}
</style>