Shades of Cobalt #03579B
Tints of Cobalt #03579B
RGB
CMYK
RGB Variations
Color information
#03579B (or 0x03579B) is known color: Cobalt. HEX triplet: 03, 57 and 9B. RGB value is (3,87,155). Sum of RGB (Red+Green+Blue) = 3+87+155=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #03579B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03579B is #FCA864. Grayscale: #454545. Windows color (decimal): -16558181 or 10180355. OLE color: 10180355.
HSL color Cylindrical-coordinate representation of color #03579B: hue angle of 206.84º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03579B is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 87 | 155 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.39 |
| HSL | 206.84º | 0.96% | 0.31% | - |
| HSV(B) | 206.84º | 0.98% | 0.61% | - |
| XYZ | 9.36 | 9.2 | 32.29 | - |
| YUV | 69.64 | 176.17 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 155 | 0.98 | 0.44 | 0 | 0.39 | 206.84 | 0.96 | 0.31 |
| Hex | 3 | 57 | 9B | 62 | 2C | 0 | 27 | CF | 60 | 1F |
| Octal | 3 | 127 | 233 | 142 | 54 | 0 | 47 | 317 | 140 | 37 |
| Binary | 11 | 1010111 | 10011011 | 1100010 | 101100 | 0 | 100111 | 11001111 | 1100000 | 11111 |
Color Harmonies of #03579B
Complementary color
Monochromatic Colors of #03579B
Black with #03579B
Text Example
Text Example
White with #03579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03579B; }
p { color: rgb(3,87,155); }
H1.HeaderClassName
{
color: #03579B;
}
.AnyTagClassName
{
color: #03579B;
}
</style>
background-color css
<style>
a { background-color: #03579B; }
a { background-color: rgb(3,87,155); }
div.DivClassName
{
background-color: #03579B;
}
.BgClassName
{
background-color: #03579B;
}
</style>
border-color css
<style>
span { border-color: #03579B; }
span { border-color: rgb(3,87,155); }
td.TdClassName
{
border-color: #03579B;
}
.TagClassName
{
border-color: #03579B;
}
</style>