Shades of Cobalt #003ABC
Tints of Cobalt #003ABC
RGB
CMYK
RGB Variations
Color information
#003ABC (or 0x003ABC) is known color: Cobalt. HEX triplet: 00, 3A and BC. RGB value is (0,58,188). Sum of RGB (Red+Green+Blue) = 0+58+188=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #003ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ABC is #FFC543. Grayscale: #363636. Windows color (decimal): -16762180 or 12335616. OLE color: 12335616.
HSL color Cylindrical-coordinate representation of color #003ABC: hue angle of 221.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ABC is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 58 | 188 | - |
| CMYK | 1 | 0.69 | 0 | 0.26 |
| HSL | 221.49º | 1% | 0.37% | - |
| HSV(B) | 221.49º | 1% | 0.74% | - |
| XYZ | 10.59 | 6.66 | 48.3 | - |
| YUV | 55.48 | 202.78 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 188 | 1 | 0.69 | 0 | 0.26 | 221.49 | 1 | 0.37 |
| Hex | 0 | 3A | BC | 64 | 45 | 0 | 1A | DD | 64 | 25 |
| Octal | 0 | 72 | 274 | 144 | 105 | 0 | 32 | 335 | 144 | 45 |
| Binary | 0 | 111010 | 10111100 | 1100100 | 1000101 | 0 | 11010 | 11011101 | 1100100 | 100101 |
Color Harmonies of #003ABC
Complementary color
Monochromatic Colors of #003ABC
Black with #003ABC
Text Example
Text Example
White with #003ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003ABC; }
p { color: rgb(0,58,188); }
H1.HeaderClassName
{
color: #003ABC;
}
.AnyTagClassName
{
color: #003ABC;
}
</style>
background-color css
<style>
a { background-color: #003ABC; }
a { background-color: rgb(0,58,188); }
div.DivClassName
{
background-color: #003ABC;
}
.BgClassName
{
background-color: #003ABC;
}
</style>
border-color css
<style>
span { border-color: #003ABC; }
span { border-color: rgb(0,58,188); }
td.TdClassName
{
border-color: #003ABC;
}
.TagClassName
{
border-color: #003ABC;
}
</style>