Shades of Cobalt #003CAA
Tints of Cobalt #003CAA
RGB
CMYK
RGB Variations
Color information
#003CAA (or 0x003CAA) is known color: Cobalt. HEX triplet: 00, 3C and AA. RGB value is (0,60,170). Sum of RGB (Red+Green+Blue) = 0+60+170=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #003CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CAA is #FFC355. Grayscale: #363636. Windows color (decimal): -16761686 or 11156480. OLE color: 11156480.
HSL color Cylindrical-coordinate representation of color #003CAA: hue angle of 218.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CAA is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 60 | 170 | - |
| CMYK | 1 | 0.65 | 0 | 0.33 |
| HSL | 218.82º | 1% | 0.33% | - |
| HSV(B) | 218.82º | 1% | 0.67% | - |
| XYZ | 8.87 | 6.13 | 38.75 | - |
| YUV | 54.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 170 | 1 | 0.65 | 0 | 0.33 | 218.82 | 1 | 0.33 |
| Hex | 0 | 3C | AA | 64 | 41 | 0 | 21 | DB | 64 | 21 |
| Octal | 0 | 74 | 252 | 144 | 101 | 0 | 41 | 333 | 144 | 41 |
| Binary | 0 | 111100 | 10101010 | 1100100 | 1000001 | 0 | 100001 | 11011011 | 1100100 | 100001 |
Color Harmonies of #003CAA
Complementary color
Monochromatic Colors of #003CAA
Black with #003CAA
Text Example
Text Example
White with #003CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CAA; }
p { color: rgb(0,60,170); }
H1.HeaderClassName
{
color: #003CAA;
}
.AnyTagClassName
{
color: #003CAA;
}
</style>
background-color css
<style>
a { background-color: #003CAA; }
a { background-color: rgb(0,60,170); }
div.DivClassName
{
background-color: #003CAA;
}
.BgClassName
{
background-color: #003CAA;
}
</style>
border-color css
<style>
span { border-color: #003CAA; }
span { border-color: rgb(0,60,170); }
td.TdClassName
{
border-color: #003CAA;
}
.TagClassName
{
border-color: #003CAA;
}
</style>