Shades of Cobalt #03529D
Tints of Cobalt #03529D
RGB
CMYK
RGB Variations
Color information
#03529D (or 0x03529D) is known color: Cobalt. HEX triplet: 03, 52 and 9D. RGB value is (3,82,157). Sum of RGB (Red+Green+Blue) = 3+82+157=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #03529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03529D is #FCAD62. Grayscale: #424242. Windows color (decimal): -16559459 or 10310147. OLE color: 10310147.
HSL color Cylindrical-coordinate representation of color #03529D: hue angle of 209.22º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03529D is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 82 | 157 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.38 |
| HSL | 209.22º | 0.96% | 0.31% | - |
| HSV(B) | 209.22º | 0.98% | 0.62% | - |
| XYZ | 9.14 | 8.49 | 33.05 | - |
| YUV | 66.93 | 178.83 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 157 | 0.98 | 0.48 | 0 | 0.38 | 209.22 | 0.96 | 0.31 |
| Hex | 3 | 52 | 9D | 62 | 30 | 0 | 26 | D1 | 60 | 1F |
| Octal | 3 | 122 | 235 | 142 | 60 | 0 | 46 | 321 | 140 | 37 |
| Binary | 11 | 1010010 | 10011101 | 1100010 | 110000 | 0 | 100110 | 11010001 | 1100000 | 11111 |
Color Harmonies of #03529D
Complementary color
Monochromatic Colors of #03529D
Black with #03529D
Text Example
Text Example
White with #03529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03529D; }
p { color: rgb(3,82,157); }
H1.HeaderClassName
{
color: #03529D;
}
.AnyTagClassName
{
color: #03529D;
}
</style>
background-color css
<style>
a { background-color: #03529D; }
a { background-color: rgb(3,82,157); }
div.DivClassName
{
background-color: #03529D;
}
.BgClassName
{
background-color: #03529D;
}
</style>
border-color css
<style>
span { border-color: #03529D; }
span { border-color: rgb(3,82,157); }
td.TdClassName
{
border-color: #03529D;
}
.TagClassName
{
border-color: #03529D;
}
</style>