Shades of Cobalt #035DA1
Tints of Cobalt #035DA1
RGB
CMYK
RGB Variations
Color information
#035DA1 (or 0x035DA1) is known color: Cobalt. HEX triplet: 03, 5D and A1. RGB value is (3,93,161). Sum of RGB (Red+Green+Blue) = 3+93+161=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 161 (63.28% from 255 or 62.65% from 257); Max value from RGB is 161 - color contains mainly: blue. Hex color #035DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035DA1 is #FCA25E. Grayscale: #494949. Windows color (decimal): -16556639 or 10575107. OLE color: 10575107.
HSL color Cylindrical-coordinate representation of color #035DA1: hue angle of 205.82º 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 #035DA1 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 93 | 161 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.37 |
| HSL | 205.82º | 0.96% | 0.32% | - |
| HSV(B) | 205.82º | 0.98% | 0.63% | - |
| XYZ | 10.38 | 10.42 | 35.18 | - |
| YUV | 73.84 | 177.18 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 161 | 0.98 | 0.42 | 0 | 0.37 | 205.82 | 0.96 | 0.32 |
| Hex | 3 | 5D | A1 | 62 | 2A | 0 | 25 | CE | 60 | 20 |
| Octal | 3 | 135 | 241 | 142 | 52 | 0 | 45 | 316 | 140 | 40 |
| Binary | 11 | 1011101 | 10100001 | 1100010 | 101010 | 0 | 100101 | 11001110 | 1100000 | 100000 |
Color Harmonies of #035DA1
Complementary color
Monochromatic Colors of #035DA1
Black with #035DA1
Text Example
Text Example
White with #035DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DA1; }
p { color: rgb(3,93,161); }
H1.HeaderClassName
{
color: #035DA1;
}
.AnyTagClassName
{
color: #035DA1;
}
</style>
background-color css
<style>
a { background-color: #035DA1; }
a { background-color: rgb(3,93,161); }
div.DivClassName
{
background-color: #035DA1;
}
.BgClassName
{
background-color: #035DA1;
}
</style>
border-color css
<style>
span { border-color: #035DA1; }
span { border-color: rgb(3,93,161); }
td.TdClassName
{
border-color: #035DA1;
}
.TagClassName
{
border-color: #035DA1;
}
</style>