Shades of Cobalt #003CBF
Tints of Cobalt #003CBF
RGB
CMYK
RGB Variations
Color information
#003CBF (or 0x003CBF) is known color: Cobalt. HEX triplet: 00, 3C and BF. RGB value is (0,60,191). Sum of RGB (Red+Green+Blue) = 0+60+191=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #003CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CBF is #FFC340. Grayscale: #383838. Windows color (decimal): -16761665 or 12532736. OLE color: 12532736.
HSL color Cylindrical-coordinate representation of color #003CBF: hue angle of 221.15º 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 #003CBF is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 60 | 191 | - |
| CMYK | 1 | 0.69 | 0 | 0.25 |
| HSL | 221.15º | 1% | 0.37% | - |
| HSV(B) | 221.15º | 1% | 0.75% | - |
| XYZ | 11.02 | 6.99 | 50.06 | - |
| YUV | 56.99 | 203.62 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 191 | 1 | 0.69 | 0 | 0.25 | 221.15 | 1 | 0.37 |
| Hex | 0 | 3C | BF | 64 | 45 | 0 | 19 | DD | 64 | 25 |
| Octal | 0 | 74 | 277 | 144 | 105 | 0 | 31 | 335 | 144 | 45 |
| Binary | 0 | 111100 | 10111111 | 1100100 | 1000101 | 0 | 11001 | 11011101 | 1100100 | 100101 |
Color Harmonies of #003CBF
Complementary color
Monochromatic Colors of #003CBF
Black with #003CBF
Text Example
Text Example
White with #003CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CBF; }
p { color: rgb(0,60,191); }
H1.HeaderClassName
{
color: #003CBF;
}
.AnyTagClassName
{
color: #003CBF;
}
</style>
background-color css
<style>
a { background-color: #003CBF; }
a { background-color: rgb(0,60,191); }
div.DivClassName
{
background-color: #003CBF;
}
.BgClassName
{
background-color: #003CBF;
}
</style>
border-color css
<style>
span { border-color: #003CBF; }
span { border-color: rgb(0,60,191); }
td.TdClassName
{
border-color: #003CBF;
}
.TagClassName
{
border-color: #003CBF;
}
</style>