Shades of Cobalt #003BAD
Tints of Cobalt #003BAD
RGB
CMYK
RGB Variations
Color information
#003BAD (or 0x003BAD) is known color: Cobalt. HEX triplet: 00, 3B and AD. RGB value is (0,59,173). Sum of RGB (Red+Green+Blue) = 0+59+173=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #003BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BAD is #FFC452. Grayscale: #353535. Windows color (decimal): -16761939 or 11352832. OLE color: 11352832.
HSL color Cylindrical-coordinate representation of color #003BAD: hue angle of 219.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BAD is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 59 | 173 | - |
| CMYK | 1 | 0.66 | 0 | 0.32 |
| HSL | 219.54º | 1% | 0.34% | - |
| HSV(B) | 219.54º | 1% | 0.68% | - |
| XYZ | 9.11 | 6.15 | 40.24 | - |
| YUV | 54.36 | 194.95 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 173 | 1 | 0.66 | 0 | 0.32 | 219.54 | 1 | 0.34 |
| Hex | 0 | 3B | AD | 64 | 42 | 0 | 20 | DC | 64 | 22 |
| Octal | 0 | 73 | 255 | 144 | 102 | 0 | 40 | 334 | 144 | 42 |
| Binary | 0 | 111011 | 10101101 | 1100100 | 1000010 | 0 | 100000 | 11011100 | 1100100 | 100010 |
Color Harmonies of #003BAD
Complementary color
Monochromatic Colors of #003BAD
Black with #003BAD
Text Example
Text Example
White with #003BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BAD; }
p { color: rgb(0,59,173); }
H1.HeaderClassName
{
color: #003BAD;
}
.AnyTagClassName
{
color: #003BAD;
}
</style>
background-color css
<style>
a { background-color: #003BAD; }
a { background-color: rgb(0,59,173); }
div.DivClassName
{
background-color: #003BAD;
}
.BgClassName
{
background-color: #003BAD;
}
</style>
border-color css
<style>
span { border-color: #003BAD; }
span { border-color: rgb(0,59,173); }
td.TdClassName
{
border-color: #003BAD;
}
.TagClassName
{
border-color: #003BAD;
}
</style>