Shades of Cobalt #083DB3
Tints of Cobalt #083DB3
RGB
CMYK
RGB Variations
Color information
#083DB3 (or 0x083DB3) is known color: Cobalt. HEX triplet: 08, 3D and B3. RGB value is (8,61,179). Sum of RGB (Red+Green+Blue) = 8+61+179=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 179 (70.31% from 255 or 72.18% from 248); Max value from RGB is 179 - color contains mainly: blue. Hex color #083DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DB3 is #F7C24C. Grayscale: #3A3A3A. Windows color (decimal): -16237133 or 11746568. OLE color: 11746568.
HSL color Cylindrical-coordinate representation of color #083DB3: hue angle of 221.4º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083DB3 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 61 | 179 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.30 |
| HSL | 221.4º | 0.91% | 0.37% | - |
| HSV(B) | 221.4º | 0.96% | 0.7% | - |
| XYZ | 9.91 | 6.64 | 43.41 | - |
| YUV | 58.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 179 | 0.96 | 0.66 | 0 | 0.30 | 221.4 | 0.91 | 0.37 |
| Hex | 8 | 3D | B3 | 60 | 42 | 0 | 1E | DD | 5B | 25 |
| Octal | 10 | 75 | 263 | 140 | 102 | 0 | 36 | 335 | 133 | 45 |
| Binary | 1000 | 111101 | 10110011 | 1100000 | 1000010 | 0 | 11110 | 11011101 | 1011011 | 100101 |
Color Harmonies of #083DB3
Complementary color
Monochromatic Colors of #083DB3
Black with #083DB3
Text Example
Text Example
White with #083DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083DB3; }
p { color: rgb(8,61,179); }
H1.HeaderClassName
{
color: #083DB3;
}
.AnyTagClassName
{
color: #083DB3;
}
</style>
background-color css
<style>
a { background-color: #083DB3; }
a { background-color: rgb(8,61,179); }
div.DivClassName
{
background-color: #083DB3;
}
.BgClassName
{
background-color: #083DB3;
}
</style>
border-color css
<style>
span { border-color: #083DB3; }
span { border-color: rgb(8,61,179); }
td.TdClassName
{
border-color: #083DB3;
}
.TagClassName
{
border-color: #083DB3;
}
</style>