Shades of Cobalt #003CBB
Tints of Cobalt #003CBB
RGB
CMYK
RGB Variations
Color information
#003CBB (or 0x003CBB) is known color: Cobalt. HEX triplet: 00, 3C and BB. RGB value is (0,60,187). Sum of RGB (Red+Green+Blue) = 0+60+187=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #003CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CBB is #FFC344. Grayscale: #373737. Windows color (decimal): -16761669 or 12270592. OLE color: 12270592.
HSL color Cylindrical-coordinate representation of color #003CBB: hue angle of 220.75º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CBB is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 60 | 187 | - |
| CMYK | 1 | 0.68 | 0 | 0.27 |
| HSL | 220.75º | 1% | 0.37% | - |
| HSV(B) | 220.75º | 1% | 0.73% | - |
| XYZ | 10.59 | 6.82 | 47.77 | - |
| YUV | 56.54 | 201.62 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 187 | 1 | 0.68 | 0 | 0.27 | 220.75 | 1 | 0.37 |
| Hex | 0 | 3C | BB | 64 | 44 | 0 | 1B | DD | 64 | 25 |
| Octal | 0 | 74 | 273 | 144 | 104 | 0 | 33 | 335 | 144 | 45 |
| Binary | 0 | 111100 | 10111011 | 1100100 | 1000100 | 0 | 11011 | 11011101 | 1100100 | 100101 |
Color Harmonies of #003CBB
Complementary color
Monochromatic Colors of #003CBB
Black with #003CBB
Text Example
Text Example
White with #003CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CBB; }
p { color: rgb(0,60,187); }
H1.HeaderClassName
{
color: #003CBB;
}
.AnyTagClassName
{
color: #003CBB;
}
</style>
background-color css
<style>
a { background-color: #003CBB; }
a { background-color: rgb(0,60,187); }
div.DivClassName
{
background-color: #003CBB;
}
.BgClassName
{
background-color: #003CBB;
}
</style>
border-color css
<style>
span { border-color: #003CBB; }
span { border-color: rgb(0,60,187); }
td.TdClassName
{
border-color: #003CBB;
}
.TagClassName
{
border-color: #003CBB;
}
</style>