Shades of Cobalt #033EBA
Tints of Cobalt #033EBA
RGB
CMYK
RGB Variations
Color information
#033EBA (or 0x033EBA) is known color: Cobalt. HEX triplet: 03, 3E and BA. RGB value is (3,62,186). Sum of RGB (Red+Green+Blue) = 3+62+186=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #033EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033EBA is #FCC145. Grayscale: #393939. Windows color (decimal): -16564550 or 12205571. OLE color: 12205571.
HSL color Cylindrical-coordinate representation of color #033EBA: hue angle of 220.66º 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 #033EBA is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 62 | 186 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.27 |
| HSL | 220.66º | 0.97% | 0.37% | - |
| HSV(B) | 220.66º | 0.98% | 0.73% | - |
| XYZ | 10.62 | 7.01 | 47.25 | - |
| YUV | 58.5 | 199.95 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 186 | 0.98 | 0.67 | 0 | 0.27 | 220.66 | 0.97 | 0.37 |
| Hex | 3 | 3E | BA | 62 | 43 | 0 | 1B | DD | 61 | 25 |
| Octal | 3 | 76 | 272 | 142 | 103 | 0 | 33 | 335 | 141 | 45 |
| Binary | 11 | 111110 | 10111010 | 1100010 | 1000011 | 0 | 11011 | 11011101 | 1100001 | 100101 |
Color Harmonies of #033EBA
Complementary color
Monochromatic Colors of #033EBA
Black with #033EBA
Text Example
Text Example
White with #033EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EBA; }
p { color: rgb(3,62,186); }
H1.HeaderClassName
{
color: #033EBA;
}
.AnyTagClassName
{
color: #033EBA;
}
</style>
background-color css
<style>
a { background-color: #033EBA; }
a { background-color: rgb(3,62,186); }
div.DivClassName
{
background-color: #033EBA;
}
.BgClassName
{
background-color: #033EBA;
}
</style>
border-color css
<style>
span { border-color: #033EBA; }
span { border-color: rgb(3,62,186); }
td.TdClassName
{
border-color: #033EBA;
}
.TagClassName
{
border-color: #033EBA;
}
</style>