Shades of Cobalt #003ABA
Tints of Cobalt #003ABA
RGB
CMYK
RGB Variations
Color information
#003ABA (or 0x003ABA) is known color: Cobalt. HEX triplet: 00, 3A and BA. RGB value is (0,58,186). Sum of RGB (Red+Green+Blue) = 0+58+186=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #003ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ABA is #FFC545. Grayscale: #363636. Windows color (decimal): -16762182 or 12204544. OLE color: 12204544.
HSL color Cylindrical-coordinate representation of color #003ABA: hue angle of 221.29º 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 #003ABA is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 58 | 186 | - |
| CMYK | 1 | 0.69 | 0 | 0.27 |
| HSL | 221.29º | 1% | 0.36% | - |
| HSV(B) | 221.29º | 1% | 0.73% | - |
| XYZ | 10.38 | 6.57 | 47.18 | - |
| YUV | 55.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 186 | 1 | 0.69 | 0 | 0.27 | 221.29 | 1 | 0.36 |
| Hex | 0 | 3A | BA | 64 | 45 | 0 | 1B | DD | 64 | 24 |
| Octal | 0 | 72 | 272 | 144 | 105 | 0 | 33 | 335 | 144 | 44 |
| Binary | 0 | 111010 | 10111010 | 1100100 | 1000101 | 0 | 11011 | 11011101 | 1100100 | 100100 |
Color Harmonies of #003ABA
Complementary color
Monochromatic Colors of #003ABA
Black with #003ABA
Text Example
Text Example
White with #003ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003ABA; }
p { color: rgb(0,58,186); }
H1.HeaderClassName
{
color: #003ABA;
}
.AnyTagClassName
{
color: #003ABA;
}
</style>
background-color css
<style>
a { background-color: #003ABA; }
a { background-color: rgb(0,58,186); }
div.DivClassName
{
background-color: #003ABA;
}
.BgClassName
{
background-color: #003ABA;
}
</style>
border-color css
<style>
span { border-color: #003ABA; }
span { border-color: rgb(0,58,186); }
td.TdClassName
{
border-color: #003ABA;
}
.TagClassName
{
border-color: #003ABA;
}
</style>