Shades of Cobalt #003ABE
Tints of Cobalt #003ABE
RGB
CMYK
RGB Variations
Color information
#003ABE (or 0x003ABE) is known color: Cobalt. HEX triplet: 00, 3A and BE. RGB value is (0,58,190). Sum of RGB (Red+Green+Blue) = 0+58+190=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #003ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ABE is #FFC541. Grayscale: #373737. Windows color (decimal): -16762178 or 12466688. OLE color: 12466688.
HSL color Cylindrical-coordinate representation of color #003ABE: hue angle of 221.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ABE is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 58 | 190 | - |
| CMYK | 1 | 0.69 | 0 | 0.25 |
| HSL | 221.68º | 1% | 0.37% | - |
| HSV(B) | 221.68º | 1% | 0.75% | - |
| XYZ | 10.81 | 6.74 | 49.45 | - |
| YUV | 55.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 190 | 1 | 0.69 | 0 | 0.25 | 221.68 | 1 | 0.37 |
| Hex | 0 | 3A | BE | 64 | 45 | 0 | 19 | DE | 64 | 25 |
| Octal | 0 | 72 | 276 | 144 | 105 | 0 | 31 | 336 | 144 | 45 |
| Binary | 0 | 111010 | 10111110 | 1100100 | 1000101 | 0 | 11001 | 11011110 | 1100100 | 100101 |
Color Harmonies of #003ABE
Complementary color
Monochromatic Colors of #003ABE
Black with #003ABE
Text Example
Text Example
White with #003ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003ABE; }
p { color: rgb(0,58,190); }
H1.HeaderClassName
{
color: #003ABE;
}
.AnyTagClassName
{
color: #003ABE;
}
</style>
background-color css
<style>
a { background-color: #003ABE; }
a { background-color: rgb(0,58,190); }
div.DivClassName
{
background-color: #003ABE;
}
.BgClassName
{
background-color: #003ABE;
}
</style>
border-color css
<style>
span { border-color: #003ABE; }
span { border-color: rgb(0,58,190); }
td.TdClassName
{
border-color: #003ABE;
}
.TagClassName
{
border-color: #003ABE;
}
</style>