Shades of Cobalt #0841B3
Tints of Cobalt #0841B3
RGB
CMYK
RGB Variations
Color information
#0841B3 (or 0x0841B3) is known color: Cobalt. HEX triplet: 08, 41 and B3. RGB value is (8,65,179). Sum of RGB (Red+Green+Blue) = 8+65+179=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 179 (70.31% from 255 or 71.03% from 252); Max value from RGB is 179 - color contains mainly: blue. Hex color #0841B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0841B3 is #F7BE4C. Grayscale: #3C3C3C. Windows color (decimal): -16236109 or 11747592. OLE color: 11747592.
HSL color Cylindrical-coordinate representation of color #0841B3: hue angle of 220º 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 #0841B3 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 65 | 179 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.30 |
| HSL | 220º | 0.91% | 0.37% | - |
| HSV(B) | 220º | 0.96% | 0.7% | - |
| XYZ | 10.13 | 7.09 | 43.48 | - |
| YUV | 60.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 179 | 0.96 | 0.64 | 0 | 0.30 | 220 | 0.91 | 0.37 |
| Hex | 8 | 41 | B3 | 60 | 40 | 0 | 1E | DC | 5B | 25 |
| Octal | 10 | 101 | 263 | 140 | 100 | 0 | 36 | 334 | 133 | 45 |
| Binary | 1000 | 1000001 | 10110011 | 1100000 | 1000000 | 0 | 11110 | 11011100 | 1011011 | 100101 |
Color Harmonies of #0841B3
Complementary color
Monochromatic Colors of #0841B3
Black with #0841B3
Text Example
Text Example
White with #0841B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0841B3; }
p { color: rgb(8,65,179); }
H1.HeaderClassName
{
color: #0841B3;
}
.AnyTagClassName
{
color: #0841B3;
}
</style>
background-color css
<style>
a { background-color: #0841B3; }
a { background-color: rgb(8,65,179); }
div.DivClassName
{
background-color: #0841B3;
}
.BgClassName
{
background-color: #0841B3;
}
</style>
border-color css
<style>
span { border-color: #0841B3; }
span { border-color: rgb(8,65,179); }
td.TdClassName
{
border-color: #0841B3;
}
.TagClassName
{
border-color: #0841B3;
}
</style>