Shades of Cobalt #03599D
Tints of Cobalt #03599D
RGB
CMYK
RGB Variations
Color information
#03599D (or 0x03599D) is known color: Cobalt. HEX triplet: 03, 59 and 9D. RGB value is (3,89,157). Sum of RGB (Red+Green+Blue) = 3+89+157=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #03599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03599D is #FCA662. Grayscale: #464646. Windows color (decimal): -16557667 or 10311939. OLE color: 10311939.
HSL color Cylindrical-coordinate representation of color #03599D: hue angle of 206.49º 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 #03599D is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 89 | 157 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.38 |
| HSL | 206.49º | 0.96% | 0.31% | - |
| HSV(B) | 206.49º | 0.98% | 0.62% | - |
| XYZ | 9.7 | 9.6 | 33.24 | - |
| YUV | 71.04 | 176.51 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 157 | 0.98 | 0.43 | 0 | 0.38 | 206.49 | 0.96 | 0.31 |
| Hex | 3 | 59 | 9D | 62 | 2B | 0 | 26 | CE | 60 | 1F |
| Octal | 3 | 131 | 235 | 142 | 53 | 0 | 46 | 316 | 140 | 37 |
| Binary | 11 | 1011001 | 10011101 | 1100010 | 101011 | 0 | 100110 | 11001110 | 1100000 | 11111 |
Color Harmonies of #03599D
Complementary color
Monochromatic Colors of #03599D
Black with #03599D
Text Example
Text Example
White with #03599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03599D; }
p { color: rgb(3,89,157); }
H1.HeaderClassName
{
color: #03599D;
}
.AnyTagClassName
{
color: #03599D;
}
</style>
background-color css
<style>
a { background-color: #03599D; }
a { background-color: rgb(3,89,157); }
div.DivClassName
{
background-color: #03599D;
}
.BgClassName
{
background-color: #03599D;
}
</style>
border-color css
<style>
span { border-color: #03599D; }
span { border-color: rgb(3,89,157); }
td.TdClassName
{
border-color: #03599D;
}
.TagClassName
{
border-color: #03599D;
}
</style>