Shades of Cobalt #035AB0
Tints of Cobalt #035AB0
RGB
CMYK
RGB Variations
Color information
#035AB0 (or 0x035AB0) is known color: Cobalt. HEX triplet: 03, 5A and B0. RGB value is (3,90,176). Sum of RGB (Red+Green+Blue) = 3+90+176=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #035AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035AB0 is #FCA54F. Grayscale: #494949. Windows color (decimal): -16557392 or 11557379. OLE color: 11557379.
HSL color Cylindrical-coordinate representation of color #035AB0: hue angle of 209.83º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035AB0 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 90 | 176 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.31 |
| HSL | 209.83º | 0.97% | 0.35% | - |
| HSV(B) | 209.83º | 0.98% | 0.69% | - |
| XYZ | 11.53 | 10.47 | 42.49 | - |
| YUV | 73.79 | 185.68 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 176 | 0.98 | 0.49 | 0 | 0.31 | 209.83 | 0.97 | 0.35 |
| Hex | 3 | 5A | B0 | 62 | 31 | 0 | 1F | D2 | 61 | 23 |
| Octal | 3 | 132 | 260 | 142 | 61 | 0 | 37 | 322 | 141 | 43 |
| Binary | 11 | 1011010 | 10110000 | 1100010 | 110001 | 0 | 11111 | 11010010 | 1100001 | 100011 |
Color Harmonies of #035AB0
Complementary color
Monochromatic Colors of #035AB0
Black with #035AB0
Text Example
Text Example
White with #035AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035AB0; }
p { color: rgb(3,90,176); }
H1.HeaderClassName
{
color: #035AB0;
}
.AnyTagClassName
{
color: #035AB0;
}
</style>
background-color css
<style>
a { background-color: #035AB0; }
a { background-color: rgb(3,90,176); }
div.DivClassName
{
background-color: #035AB0;
}
.BgClassName
{
background-color: #035AB0;
}
</style>
border-color css
<style>
span { border-color: #035AB0; }
span { border-color: rgb(3,90,176); }
td.TdClassName
{
border-color: #035AB0;
}
.TagClassName
{
border-color: #035AB0;
}
</style>