Shades of Cobalt #003FAA
Tints of Cobalt #003FAA
RGB
CMYK
RGB Variations
Color information
#003FAA (or 0x003FAA) is known color: Cobalt. HEX triplet: 00, 3F and AA. RGB value is (0,63,170). Sum of RGB (Red+Green+Blue) = 0+63+170=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #003FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003FAA is #FFC055. Grayscale: #373737. Windows color (decimal): -16760918 or 11157248. OLE color: 11157248.
HSL color Cylindrical-coordinate representation of color #003FAA: hue angle of 217.76º 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 #003FAA is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 63 | 170 | - |
| CMYK | 1 | 0.63 | 0 | 0.33 |
| HSL | 217.76º | 1% | 0.33% | - |
| HSV(B) | 217.76º | 1% | 0.67% | - |
| XYZ | 9.03 | 6.46 | 38.8 | - |
| YUV | 56.36 | 192.13 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 170 | 1 | 0.63 | 0 | 0.33 | 217.76 | 1 | 0.33 |
| Hex | 0 | 3F | AA | 64 | 3F | 0 | 21 | DA | 64 | 21 |
| Octal | 0 | 77 | 252 | 144 | 77 | 0 | 41 | 332 | 144 | 41 |
| Binary | 0 | 111111 | 10101010 | 1100100 | 111111 | 0 | 100001 | 11011010 | 1100100 | 100001 |
Color Harmonies of #003FAA
Complementary color
Monochromatic Colors of #003FAA
Black with #003FAA
Text Example
Text Example
White with #003FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FAA; }
p { color: rgb(0,63,170); }
H1.HeaderClassName
{
color: #003FAA;
}
.AnyTagClassName
{
color: #003FAA;
}
</style>
background-color css
<style>
a { background-color: #003FAA; }
a { background-color: rgb(0,63,170); }
div.DivClassName
{
background-color: #003FAA;
}
.BgClassName
{
background-color: #003FAA;
}
</style>
border-color css
<style>
span { border-color: #003FAA; }
span { border-color: rgb(0,63,170); }
td.TdClassName
{
border-color: #003FAA;
}
.TagClassName
{
border-color: #003FAA;
}
</style>