Shades of Cobalt #003AB9
Tints of Cobalt #003AB9
RGB
CMYK
RGB Variations
Color information
#003AB9 (or 0x003AB9) is known color: Cobalt. HEX triplet: 00, 3A and B9. RGB value is (0,58,185). Sum of RGB (Red+Green+Blue) = 0+58+185=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 185 (72.66% from 255 or 76.13% from 243); Max value from RGB is 185 - color contains mainly: blue. Hex color #003AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003AB9 is #FFC546. Grayscale: #363636. Windows color (decimal): -16762183 or 12139008. OLE color: 12139008.
HSL color Cylindrical-coordinate representation of color #003AB9: hue angle of 221.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AB9 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 58 | 185 | - |
| CMYK | 1 | 0.69 | 0 | 0.27 |
| HSL | 221.19º | 1% | 0.36% | - |
| HSV(B) | 221.19º | 1% | 0.73% | - |
| XYZ | 10.27 | 6.53 | 46.62 | - |
| YUV | 55.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 185 | 1 | 0.69 | 0 | 0.27 | 221.19 | 1 | 0.36 |
| Hex | 0 | 3A | B9 | 64 | 45 | 0 | 1B | DD | 64 | 24 |
| Octal | 0 | 72 | 271 | 144 | 105 | 0 | 33 | 335 | 144 | 44 |
| Binary | 0 | 111010 | 10111001 | 1100100 | 1000101 | 0 | 11011 | 11011101 | 1100100 | 100100 |
Color Harmonies of #003AB9
Complementary color
Monochromatic Colors of #003AB9
Black with #003AB9
Text Example
Text Example
White with #003AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003AB9; }
p { color: rgb(0,58,185); }
H1.HeaderClassName
{
color: #003AB9;
}
.AnyTagClassName
{
color: #003AB9;
}
</style>
background-color css
<style>
a { background-color: #003AB9; }
a { background-color: rgb(0,58,185); }
div.DivClassName
{
background-color: #003AB9;
}
.BgClassName
{
background-color: #003AB9;
}
</style>
border-color css
<style>
span { border-color: #003AB9; }
span { border-color: rgb(0,58,185); }
td.TdClassName
{
border-color: #003AB9;
}
.TagClassName
{
border-color: #003AB9;
}
</style>