Shades of Cobalt #083FB0
Tints of Cobalt #083FB0
RGB
CMYK
RGB Variations
Color information
#083FB0 (or 0x083FB0) is known color: Cobalt. HEX triplet: 08, 3F and B0. RGB value is (8,63,176). Sum of RGB (Red+Green+Blue) = 8+63+176=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 176 (69.14% from 255 or 71.26% from 247); Max value from RGB is 176 - color contains mainly: blue. Hex color #083FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083FB0 is #F7C04F. Grayscale: #3A3A3A. Windows color (decimal): -16236624 or 11550472. OLE color: 11550472.
HSL color Cylindrical-coordinate representation of color #083FB0: hue angle of 220.36º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083FB0 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 63 | 176 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.31 |
| HSL | 220.36º | 0.91% | 0.36% | - |
| HSV(B) | 220.36º | 0.95% | 0.69% | - |
| XYZ | 9.71 | 6.74 | 41.86 | - |
| YUV | 59.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 176 | 0.95 | 0.64 | 0 | 0.31 | 220.36 | 0.91 | 0.36 |
| Hex | 8 | 3F | B0 | 5F | 40 | 0 | 1F | DC | 5B | 24 |
| Octal | 10 | 77 | 260 | 137 | 100 | 0 | 37 | 334 | 133 | 44 |
| Binary | 1000 | 111111 | 10110000 | 1011111 | 1000000 | 0 | 11111 | 11011100 | 1011011 | 100100 |
Color Harmonies of #083FB0
Complementary color
Monochromatic Colors of #083FB0
Black with #083FB0
Text Example
Text Example
White with #083FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083FB0; }
p { color: rgb(8,63,176); }
H1.HeaderClassName
{
color: #083FB0;
}
.AnyTagClassName
{
color: #083FB0;
}
</style>
background-color css
<style>
a { background-color: #083FB0; }
a { background-color: rgb(8,63,176); }
div.DivClassName
{
background-color: #083FB0;
}
.BgClassName
{
background-color: #083FB0;
}
</style>
border-color css
<style>
span { border-color: #083FB0; }
span { border-color: rgb(8,63,176); }
td.TdClassName
{
border-color: #083FB0;
}
.TagClassName
{
border-color: #083FB0;
}
</style>