Shades of Cobalt #003CAC
Tints of Cobalt #003CAC
RGB
CMYK
RGB Variations
Color information
#003CAC (or 0x003CAC) is known color: Cobalt. HEX triplet: 00, 3C and AC. RGB value is (0,60,172). Sum of RGB (Red+Green+Blue) = 0+60+172=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #003CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CAC is #FFC353. Grayscale: #363636. Windows color (decimal): -16761684 or 11287552. OLE color: 11287552.
HSL color Cylindrical-coordinate representation of color #003CAC: hue angle of 219.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CAC is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 60 | 172 | - |
| CMYK | 1 | 0.65 | 0 | 0.33 |
| HSL | 219.07º | 1% | 0.34% | - |
| HSV(B) | 219.07º | 1% | 0.67% | - |
| XYZ | 9.06 | 6.21 | 39.75 | - |
| YUV | 54.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 172 | 1 | 0.65 | 0 | 0.33 | 219.07 | 1 | 0.34 |
| Hex | 0 | 3C | AC | 64 | 41 | 0 | 21 | DB | 64 | 22 |
| Octal | 0 | 74 | 254 | 144 | 101 | 0 | 41 | 333 | 144 | 42 |
| Binary | 0 | 111100 | 10101100 | 1100100 | 1000001 | 0 | 100001 | 11011011 | 1100100 | 100010 |
Color Harmonies of #003CAC
Complementary color
Monochromatic Colors of #003CAC
Black with #003CAC
Text Example
Text Example
White with #003CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CAC; }
p { color: rgb(0,60,172); }
H1.HeaderClassName
{
color: #003CAC;
}
.AnyTagClassName
{
color: #003CAC;
}
</style>
background-color css
<style>
a { background-color: #003CAC; }
a { background-color: rgb(0,60,172); }
div.DivClassName
{
background-color: #003CAC;
}
.BgClassName
{
background-color: #003CAC;
}
</style>
border-color css
<style>
span { border-color: #003CAC; }
span { border-color: rgb(0,60,172); }
td.TdClassName
{
border-color: #003CAC;
}
.TagClassName
{
border-color: #003CAC;
}
</style>