Shades of Cobalt #03579D
Tints of Cobalt #03579D
RGB
CMYK
RGB Variations
Color information
#03579D (or 0x03579D) is known color: Cobalt. HEX triplet: 03, 57 and 9D. RGB value is (3,87,157). Sum of RGB (Red+Green+Blue) = 3+87+157=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #03579D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03579D is #FCA862. Grayscale: #454545. Windows color (decimal): -16558179 or 10311427. OLE color: 10311427.
HSL color Cylindrical-coordinate representation of color #03579D: hue angle of 207.27º 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 #03579D is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 87 | 157 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.38 |
| HSL | 207.27º | 0.96% | 0.31% | - |
| HSV(B) | 207.27º | 0.98% | 0.62% | - |
| XYZ | 9.53 | 9.27 | 33.19 | - |
| YUV | 69.86 | 177.17 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 157 | 0.98 | 0.45 | 0 | 0.38 | 207.27 | 0.96 | 0.31 |
| Hex | 3 | 57 | 9D | 62 | 2D | 0 | 26 | CF | 60 | 1F |
| Octal | 3 | 127 | 235 | 142 | 55 | 0 | 46 | 317 | 140 | 37 |
| Binary | 11 | 1010111 | 10011101 | 1100010 | 101101 | 0 | 100110 | 11001111 | 1100000 | 11111 |
Color Harmonies of #03579D
Complementary color
Monochromatic Colors of #03579D
Black with #03579D
Text Example
Text Example
White with #03579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03579D; }
p { color: rgb(3,87,157); }
H1.HeaderClassName
{
color: #03579D;
}
.AnyTagClassName
{
color: #03579D;
}
</style>
background-color css
<style>
a { background-color: #03579D; }
a { background-color: rgb(3,87,157); }
div.DivClassName
{
background-color: #03579D;
}
.BgClassName
{
background-color: #03579D;
}
</style>
border-color css
<style>
span { border-color: #03579D; }
span { border-color: rgb(3,87,157); }
td.TdClassName
{
border-color: #03579D;
}
.TagClassName
{
border-color: #03579D;
}
</style>