Shades of Cobalt #003BBA
Tints of Cobalt #003BBA
RGB
CMYK
RGB Variations
Color information
#003BBA (or 0x003BBA) is known color: Cobalt. HEX triplet: 00, 3B and BA. RGB value is (0,59,186). Sum of RGB (Red+Green+Blue) = 0+59+186=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #003BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BBA is #FFC445. Grayscale: #373737. Windows color (decimal): -16761926 or 12204800. OLE color: 12204800.
HSL color Cylindrical-coordinate representation of color #003BBA: hue angle of 220.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BBA is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 59 | 186 | - |
| CMYK | 1 | 0.68 | 0 | 0.27 |
| HSL | 220.97º | 1% | 0.36% | - |
| HSV(B) | 220.97º | 1% | 0.73% | - |
| XYZ | 10.43 | 6.67 | 47.19 | - |
| YUV | 55.84 | 201.45 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 186 | 1 | 0.68 | 0 | 0.27 | 220.97 | 1 | 0.36 |
| Hex | 0 | 3B | BA | 64 | 44 | 0 | 1B | DD | 64 | 24 |
| Octal | 0 | 73 | 272 | 144 | 104 | 0 | 33 | 335 | 144 | 44 |
| Binary | 0 | 111011 | 10111010 | 1100100 | 1000100 | 0 | 11011 | 11011101 | 1100100 | 100100 |
Color Harmonies of #003BBA
Complementary color
Monochromatic Colors of #003BBA
Black with #003BBA
Text Example
Text Example
White with #003BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BBA; }
p { color: rgb(0,59,186); }
H1.HeaderClassName
{
color: #003BBA;
}
.AnyTagClassName
{
color: #003BBA;
}
</style>
background-color css
<style>
a { background-color: #003BBA; }
a { background-color: rgb(0,59,186); }
div.DivClassName
{
background-color: #003BBA;
}
.BgClassName
{
background-color: #003BBA;
}
</style>
border-color css
<style>
span { border-color: #003BBA; }
span { border-color: rgb(0,59,186); }
td.TdClassName
{
border-color: #003BBA;
}
.TagClassName
{
border-color: #003BBA;
}
</style>