Shades of Cobalt #003CB0
Tints of Cobalt #003CB0
RGB
CMYK
RGB Variations
Color information
#003CB0 (or 0x003CB0) is known color: Cobalt. HEX triplet: 00, 3C and B0. RGB value is (0,60,176). Sum of RGB (Red+Green+Blue) = 0+60+176=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 176 (69.14% from 255 or 74.58% from 236); Max value from RGB is 176 - color contains mainly: blue. Hex color #003CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CB0 is #FFC34F. Grayscale: #363636. Windows color (decimal): -16761680 or 11549696. OLE color: 11549696.
HSL color Cylindrical-coordinate representation of color #003CB0: hue angle of 219.55º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CB0 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 60 | 176 | - |
| CMYK | 1 | 0.66 | 0 | 0.31 |
| HSL | 219.55º | 1% | 0.35% | - |
| HSV(B) | 219.55º | 1% | 0.69% | - |
| XYZ | 9.45 | 6.37 | 41.8 | - |
| YUV | 55.28 | 196.12 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 176 | 1 | 0.66 | 0 | 0.31 | 219.55 | 1 | 0.35 |
| Hex | 0 | 3C | B0 | 64 | 42 | 0 | 1F | DC | 64 | 23 |
| Octal | 0 | 74 | 260 | 144 | 102 | 0 | 37 | 334 | 144 | 43 |
| Binary | 0 | 111100 | 10110000 | 1100100 | 1000010 | 0 | 11111 | 11011100 | 1100100 | 100011 |
Color Harmonies of #003CB0
Complementary color
Monochromatic Colors of #003CB0
Black with #003CB0
Text Example
Text Example
White with #003CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CB0; }
p { color: rgb(0,60,176); }
H1.HeaderClassName
{
color: #003CB0;
}
.AnyTagClassName
{
color: #003CB0;
}
</style>
background-color css
<style>
a { background-color: #003CB0; }
a { background-color: rgb(0,60,176); }
div.DivClassName
{
background-color: #003CB0;
}
.BgClassName
{
background-color: #003CB0;
}
</style>
border-color css
<style>
span { border-color: #003CB0; }
span { border-color: rgb(0,60,176); }
td.TdClassName
{
border-color: #003CB0;
}
.TagClassName
{
border-color: #003CB0;
}
</style>