Shades of Cobalt #003BAA
Tints of Cobalt #003BAA
RGB
CMYK
RGB Variations
Color information
#003BAA (or 0x003BAA) is known color: Cobalt. HEX triplet: 00, 3B and AA. RGB value is (0,59,170). Sum of RGB (Red+Green+Blue) = 0+59+170=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #003BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BAA is #FFC455. Grayscale: #353535. Windows color (decimal): -16761942 or 11156224. OLE color: 11156224.
HSL color Cylindrical-coordinate representation of color #003BAA: hue angle of 219.18º 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 #003BAA is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 59 | 170 | - |
| CMYK | 1 | 0.65 | 0 | 0.33 |
| HSL | 219.18º | 1% | 0.33% | - |
| HSV(B) | 219.18º | 1% | 0.67% | - |
| XYZ | 8.82 | 6.03 | 38.73 | - |
| YUV | 54.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 170 | 1 | 0.65 | 0 | 0.33 | 219.18 | 1 | 0.33 |
| Hex | 0 | 3B | AA | 64 | 41 | 0 | 21 | DB | 64 | 21 |
| Octal | 0 | 73 | 252 | 144 | 101 | 0 | 41 | 333 | 144 | 41 |
| Binary | 0 | 111011 | 10101010 | 1100100 | 1000001 | 0 | 100001 | 11011011 | 1100100 | 100001 |
Color Harmonies of #003BAA
Complementary color
Monochromatic Colors of #003BAA
Black with #003BAA
Text Example
Text Example
White with #003BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BAA; }
p { color: rgb(0,59,170); }
H1.HeaderClassName
{
color: #003BAA;
}
.AnyTagClassName
{
color: #003BAA;
}
</style>
background-color css
<style>
a { background-color: #003BAA; }
a { background-color: rgb(0,59,170); }
div.DivClassName
{
background-color: #003BAA;
}
.BgClassName
{
background-color: #003BAA;
}
</style>
border-color css
<style>
span { border-color: #003BAA; }
span { border-color: rgb(0,59,170); }
td.TdClassName
{
border-color: #003BAA;
}
.TagClassName
{
border-color: #003BAA;
}
</style>