Shades of Cobalt #033BBA
Tints of Cobalt #033BBA
RGB
CMYK
RGB Variations
Color information
#033BBA (or 0x033BBA) is known color: Cobalt. HEX triplet: 03, 3B and BA. RGB value is (3,59,186). Sum of RGB (Red+Green+Blue) = 3+59+186=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #033BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BBA is #FCC445. Grayscale: #383838. Windows color (decimal): -16565318 or 12204803. OLE color: 12204803.
HSL color Cylindrical-coordinate representation of color #033BBA: hue angle of 221.64º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033BBA is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 59 | 186 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.27 |
| HSL | 221.64º | 0.97% | 0.37% | - |
| HSV(B) | 221.64º | 0.98% | 0.73% | - |
| XYZ | 10.46 | 6.69 | 47.19 | - |
| YUV | 56.73 | 200.95 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 186 | 0.98 | 0.68 | 0 | 0.27 | 221.64 | 0.97 | 0.37 |
| Hex | 3 | 3B | BA | 62 | 44 | 0 | 1B | DE | 61 | 25 |
| Octal | 3 | 73 | 272 | 142 | 104 | 0 | 33 | 336 | 141 | 45 |
| Binary | 11 | 111011 | 10111010 | 1100010 | 1000100 | 0 | 11011 | 11011110 | 1100001 | 100101 |
Color Harmonies of #033BBA
Complementary color
Monochromatic Colors of #033BBA
Black with #033BBA
Text Example
Text Example
White with #033BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BBA; }
p { color: rgb(3,59,186); }
H1.HeaderClassName
{
color: #033BBA;
}
.AnyTagClassName
{
color: #033BBA;
}
</style>
background-color css
<style>
a { background-color: #033BBA; }
a { background-color: rgb(3,59,186); }
div.DivClassName
{
background-color: #033BBA;
}
.BgClassName
{
background-color: #033BBA;
}
</style>
border-color css
<style>
span { border-color: #033BBA; }
span { border-color: rgb(3,59,186); }
td.TdClassName
{
border-color: #033BBA;
}
.TagClassName
{
border-color: #033BBA;
}
</style>