Shades of Cobalt #083FAC
Tints of Cobalt #083FAC
RGB
CMYK
RGB Variations
Color information
#083FAC (or 0x083FAC) is known color: Cobalt. HEX triplet: 08, 3F and AC. RGB value is (8,63,172). Sum of RGB (Red+Green+Blue) = 8+63+172=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #083FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083FAC is #F7C053. Grayscale: #3A3A3A. Windows color (decimal): -16236628 or 11288328. OLE color: 11288328.
HSL color Cylindrical-coordinate representation of color #083FAC: hue angle of 219.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083FAC is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 63 | 172 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.33 |
| HSL | 219.88º | 0.91% | 0.35% | - |
| HSV(B) | 219.88º | 0.95% | 0.67% | - |
| XYZ | 9.32 | 6.59 | 39.81 | - |
| YUV | 58.98 | 191.78 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 172 | 0.95 | 0.63 | 0 | 0.33 | 219.88 | 0.91 | 0.35 |
| Hex | 8 | 3F | AC | 5F | 3F | 0 | 21 | DC | 5B | 23 |
| Octal | 10 | 77 | 254 | 137 | 77 | 0 | 41 | 334 | 133 | 43 |
| Binary | 1000 | 111111 | 10101100 | 1011111 | 111111 | 0 | 100001 | 11011100 | 1011011 | 100011 |
Color Harmonies of #083FAC
Complementary color
Monochromatic Colors of #083FAC
Black with #083FAC
Text Example
Text Example
White with #083FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083FAC; }
p { color: rgb(8,63,172); }
H1.HeaderClassName
{
color: #083FAC;
}
.AnyTagClassName
{
color: #083FAC;
}
</style>
background-color css
<style>
a { background-color: #083FAC; }
a { background-color: rgb(8,63,172); }
div.DivClassName
{
background-color: #083FAC;
}
.BgClassName
{
background-color: #083FAC;
}
</style>
border-color css
<style>
span { border-color: #083FAC; }
span { border-color: rgb(8,63,172); }
td.TdClassName
{
border-color: #083FAC;
}
.TagClassName
{
border-color: #083FAC;
}
</style>