Shades of Cobalt #083EBA
Tints of Cobalt #083EBA
RGB
CMYK
RGB Variations
Color information
#083EBA (or 0x083EBA) is known color: Cobalt. HEX triplet: 08, 3E and BA. RGB value is (8,62,186). Sum of RGB (Red+Green+Blue) = 8+62+186=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #083EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EBA is #F7C145. Grayscale: #3B3B3B. Windows color (decimal): -16236870 or 12205576. OLE color: 12205576.
HSL color Cylindrical-coordinate representation of color #083EBA: hue angle of 221.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083EBA is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 62 | 186 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.27 |
| HSL | 221.8º | 0.92% | 0.38% | - |
| HSV(B) | 221.8º | 0.96% | 0.73% | - |
| XYZ | 10.69 | 7.04 | 47.25 | - |
| YUV | 59.99 | 199.11 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 186 | 0.96 | 0.67 | 0 | 0.27 | 221.8 | 0.92 | 0.38 |
| Hex | 8 | 3E | BA | 60 | 43 | 0 | 1B | DE | 5C | 26 |
| Octal | 10 | 76 | 272 | 140 | 103 | 0 | 33 | 336 | 134 | 46 |
| Binary | 1000 | 111110 | 10111010 | 1100000 | 1000011 | 0 | 11011 | 11011110 | 1011100 | 100110 |
Color Harmonies of #083EBA
Complementary color
Monochromatic Colors of #083EBA
Black with #083EBA
Text Example
Text Example
White with #083EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083EBA; }
p { color: rgb(8,62,186); }
H1.HeaderClassName
{
color: #083EBA;
}
.AnyTagClassName
{
color: #083EBA;
}
</style>
background-color css
<style>
a { background-color: #083EBA; }
a { background-color: rgb(8,62,186); }
div.DivClassName
{
background-color: #083EBA;
}
.BgClassName
{
background-color: #083EBA;
}
</style>
border-color css
<style>
span { border-color: #083EBA; }
span { border-color: rgb(8,62,186); }
td.TdClassName
{
border-color: #083EBA;
}
.TagClassName
{
border-color: #083EBA;
}
</style>