Shades of Cobalt #0841AF
Tints of Cobalt #0841AF
RGB
CMYK
RGB Variations
Color information
#0841AF (or 0x0841AF) is known color: Cobalt. HEX triplet: 08, 41 and AF. RGB value is (8,65,175). Sum of RGB (Red+Green+Blue) = 8+65+175=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #0841AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0841AF is #F7BE50. Grayscale: #3C3C3C. Windows color (decimal): -16236113 or 11485448. OLE color: 11485448.
HSL color Cylindrical-coordinate representation of color #0841AF: hue angle of 219.52º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0841AF is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 65 | 175 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.31 |
| HSL | 219.52º | 0.91% | 0.36% | - |
| HSV(B) | 219.52º | 0.95% | 0.69% | - |
| XYZ | 9.73 | 6.93 | 41.38 | - |
| YUV | 60.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 175 | 0.95 | 0.63 | 0 | 0.31 | 219.52 | 0.91 | 0.36 |
| Hex | 8 | 41 | AF | 5F | 3F | 0 | 1F | DC | 5B | 24 |
| Octal | 10 | 101 | 257 | 137 | 77 | 0 | 37 | 334 | 133 | 44 |
| Binary | 1000 | 1000001 | 10101111 | 1011111 | 111111 | 0 | 11111 | 11011100 | 1011011 | 100100 |
Color Harmonies of #0841AF
Complementary color
Monochromatic Colors of #0841AF
Black with #0841AF
Text Example
Text Example
White with #0841AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0841AF; }
p { color: rgb(8,65,175); }
H1.HeaderClassName
{
color: #0841AF;
}
.AnyTagClassName
{
color: #0841AF;
}
</style>
background-color css
<style>
a { background-color: #0841AF; }
a { background-color: rgb(8,65,175); }
div.DivClassName
{
background-color: #0841AF;
}
.BgClassName
{
background-color: #0841AF;
}
</style>
border-color css
<style>
span { border-color: #0841AF; }
span { border-color: rgb(8,65,175); }
td.TdClassName
{
border-color: #0841AF;
}
.TagClassName
{
border-color: #0841AF;
}
</style>