Shades of Cobalt #033FBA
Tints of Cobalt #033FBA
RGB
CMYK
RGB Variations
Color information
#033FBA (or 0x033FBA) is known color: Cobalt. HEX triplet: 03, 3F and BA. RGB value is (3,63,186). Sum of RGB (Red+Green+Blue) = 3+63+186=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #033FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FBA is #FCC045. Grayscale: #3A3A3A. Windows color (decimal): -16564294 or 12205827. OLE color: 12205827.
HSL color Cylindrical-coordinate representation of color #033FBA: hue angle of 220.33º 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 #033FBA is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 63 | 186 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.27 |
| HSL | 220.33º | 0.97% | 0.37% | - |
| HSV(B) | 220.33º | 0.98% | 0.73% | - |
| XYZ | 10.68 | 7.12 | 47.27 | - |
| YUV | 59.08 | 199.62 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 186 | 0.98 | 0.66 | 0 | 0.27 | 220.33 | 0.97 | 0.37 |
| Hex | 3 | 3F | BA | 62 | 42 | 0 | 1B | DC | 61 | 25 |
| Octal | 3 | 77 | 272 | 142 | 102 | 0 | 33 | 334 | 141 | 45 |
| Binary | 11 | 111111 | 10111010 | 1100010 | 1000010 | 0 | 11011 | 11011100 | 1100001 | 100101 |
Color Harmonies of #033FBA
Complementary color
Monochromatic Colors of #033FBA
Black with #033FBA
Text Example
Text Example
White with #033FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FBA; }
p { color: rgb(3,63,186); }
H1.HeaderClassName
{
color: #033FBA;
}
.AnyTagClassName
{
color: #033FBA;
}
</style>
background-color css
<style>
a { background-color: #033FBA; }
a { background-color: rgb(3,63,186); }
div.DivClassName
{
background-color: #033FBA;
}
.BgClassName
{
background-color: #033FBA;
}
</style>
border-color css
<style>
span { border-color: #033FBA; }
span { border-color: rgb(3,63,186); }
td.TdClassName
{
border-color: #033FBA;
}
.TagClassName
{
border-color: #033FBA;
}
</style>