Shades of Cobalt #083DB5
Tints of Cobalt #083DB5
RGB
CMYK
RGB Variations
Color information
#083DB5 (or 0x083DB5) is known color: Cobalt. HEX triplet: 08, 3D and B5. RGB value is (8,61,181). Sum of RGB (Red+Green+Blue) = 8+61+181=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 181 (71.09% from 255 or 72.4% from 250); Max value from RGB is 181 - color contains mainly: blue. Hex color #083DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DB5 is #F7C24A. Grayscale: #3A3A3A. Windows color (decimal): -16237131 or 11877640. OLE color: 11877640.
HSL color Cylindrical-coordinate representation of color #083DB5: hue angle of 221.62º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083DB5 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 61 | 181 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.29 |
| HSL | 221.62º | 0.92% | 0.37% | - |
| HSV(B) | 221.62º | 0.96% | 0.71% | - |
| XYZ | 10.11 | 6.73 | 44.48 | - |
| YUV | 58.83 | 196.94 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 181 | 0.96 | 0.66 | 0 | 0.29 | 221.62 | 0.92 | 0.37 |
| Hex | 8 | 3D | B5 | 60 | 42 | 0 | 1D | DE | 5C | 25 |
| Octal | 10 | 75 | 265 | 140 | 102 | 0 | 35 | 336 | 134 | 45 |
| Binary | 1000 | 111101 | 10110101 | 1100000 | 1000010 | 0 | 11101 | 11011110 | 1011100 | 100101 |
Color Harmonies of #083DB5
Complementary color
Monochromatic Colors of #083DB5
Black with #083DB5
Text Example
Text Example
White with #083DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083DB5; }
p { color: rgb(8,61,181); }
H1.HeaderClassName
{
color: #083DB5;
}
.AnyTagClassName
{
color: #083DB5;
}
</style>
background-color css
<style>
a { background-color: #083DB5; }
a { background-color: rgb(8,61,181); }
div.DivClassName
{
background-color: #083DB5;
}
.BgClassName
{
background-color: #083DB5;
}
</style>
border-color css
<style>
span { border-color: #083DB5; }
span { border-color: rgb(8,61,181); }
td.TdClassName
{
border-color: #083DB5;
}
.TagClassName
{
border-color: #083DB5;
}
</style>