Shades of Cobalt #0842A5
Tints of Cobalt #0842A5
RGB
CMYK
RGB Variations
Color information
#0842A5 (or 0x0842A5) is known color: Cobalt. HEX triplet: 08, 42 and A5. RGB value is (8,66,165). Sum of RGB (Red+Green+Blue) = 8+66+165=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 165 (64.84% from 255 or 69.04% from 239); Max value from RGB is 165 - color contains mainly: blue. Hex color #0842A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0842A5 is #F7BD5A. Grayscale: #3B3B3B. Windows color (decimal): -16235867 or 10830344. OLE color: 10830344.
HSL color Cylindrical-coordinate representation of color #0842A5: hue angle of 217.83º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0842A5 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 66 | 165 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.35 |
| HSL | 217.83º | 0.91% | 0.34% | - |
| HSV(B) | 217.83º | 0.95% | 0.65% | - |
| XYZ | 8.84 | 6.66 | 36.42 | - |
| YUV | 59.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 165 | 0.95 | 0.60 | 0 | 0.35 | 217.83 | 0.91 | 0.34 |
| Hex | 8 | 42 | A5 | 5F | 3C | 0 | 23 | DA | 5B | 22 |
| Octal | 10 | 102 | 245 | 137 | 74 | 0 | 43 | 332 | 133 | 42 |
| Binary | 1000 | 1000010 | 10100101 | 1011111 | 111100 | 0 | 100011 | 11011010 | 1011011 | 100010 |
Color Harmonies of #0842A5
Complementary color
Monochromatic Colors of #0842A5
Black with #0842A5
Text Example
Text Example
White with #0842A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0842A5; }
p { color: rgb(8,66,165); }
H1.HeaderClassName
{
color: #0842A5;
}
.AnyTagClassName
{
color: #0842A5;
}
</style>
background-color css
<style>
a { background-color: #0842A5; }
a { background-color: rgb(8,66,165); }
div.DivClassName
{
background-color: #0842A5;
}
.BgClassName
{
background-color: #0842A5;
}
</style>
border-color css
<style>
span { border-color: #0842A5; }
span { border-color: rgb(8,66,165); }
td.TdClassName
{
border-color: #0842A5;
}
.TagClassName
{
border-color: #0842A5;
}
</style>