Shades of Cobalt #003CBA
Tints of Cobalt #003CBA
RGB
CMYK
RGB Variations
Color information
#003CBA (or 0x003CBA) is known color: Cobalt. HEX triplet: 00, 3C and BA. RGB value is (0,60,186). Sum of RGB (Red+Green+Blue) = 0+60+186=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #003CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CBA is #FFC345. Grayscale: #373737. Windows color (decimal): -16761670 or 12205056. OLE color: 12205056.
HSL color Cylindrical-coordinate representation of color #003CBA: hue angle of 220.65º 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 #003CBA is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 60 | 186 | - |
| CMYK | 1 | 0.68 | 0 | 0.27 |
| HSL | 220.65º | 1% | 0.36% | - |
| HSV(B) | 220.65º | 1% | 0.73% | - |
| XYZ | 10.48 | 6.78 | 47.21 | - |
| YUV | 56.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 186 | 1 | 0.68 | 0 | 0.27 | 220.65 | 1 | 0.36 |
| Hex | 0 | 3C | BA | 64 | 44 | 0 | 1B | DD | 64 | 24 |
| Octal | 0 | 74 | 272 | 144 | 104 | 0 | 33 | 335 | 144 | 44 |
| Binary | 0 | 111100 | 10111010 | 1100100 | 1000100 | 0 | 11011 | 11011101 | 1100100 | 100100 |
Color Harmonies of #003CBA
Complementary color
Monochromatic Colors of #003CBA
Black with #003CBA
Text Example
Text Example
White with #003CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CBA; }
p { color: rgb(0,60,186); }
H1.HeaderClassName
{
color: #003CBA;
}
.AnyTagClassName
{
color: #003CBA;
}
</style>
background-color css
<style>
a { background-color: #003CBA; }
a { background-color: rgb(0,60,186); }
div.DivClassName
{
background-color: #003CBA;
}
.BgClassName
{
background-color: #003CBA;
}
</style>
border-color css
<style>
span { border-color: #003CBA; }
span { border-color: rgb(0,60,186); }
td.TdClassName
{
border-color: #003CBA;
}
.TagClassName
{
border-color: #003CBA;
}
</style>