Shades of Cobalt #0845AF
Tints of Cobalt #0845AF
RGB
CMYK
RGB Variations
Color information
#0845AF (or 0x0845AF) is known color: Cobalt. HEX triplet: 08, 45 and AF. RGB value is (8,69,175). Sum of RGB (Red+Green+Blue) = 8+69+175=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #0845AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0845AF is #F7BA50. Grayscale: #3E3E3E. Windows color (decimal): -16235089 or 11486472. OLE color: 11486472.
HSL color Cylindrical-coordinate representation of color #0845AF: hue angle of 218.08º 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 #0845AF is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 69 | 175 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.31 |
| HSL | 218.08º | 0.91% | 0.36% | - |
| HSV(B) | 218.08º | 0.95% | 0.69% | - |
| XYZ | 9.97 | 7.4 | 41.46 | - |
| YUV | 62.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 175 | 0.95 | 0.61 | 0 | 0.31 | 218.08 | 0.91 | 0.36 |
| Hex | 8 | 45 | AF | 5F | 3D | 0 | 1F | DA | 5B | 24 |
| Octal | 10 | 105 | 257 | 137 | 75 | 0 | 37 | 332 | 133 | 44 |
| Binary | 1000 | 1000101 | 10101111 | 1011111 | 111101 | 0 | 11111 | 11011010 | 1011011 | 100100 |
Color Harmonies of #0845AF
Complementary color
Monochromatic Colors of #0845AF
Black with #0845AF
Text Example
Text Example
White with #0845AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845AF; }
p { color: rgb(8,69,175); }
H1.HeaderClassName
{
color: #0845AF;
}
.AnyTagClassName
{
color: #0845AF;
}
</style>
background-color css
<style>
a { background-color: #0845AF; }
a { background-color: rgb(8,69,175); }
div.DivClassName
{
background-color: #0845AF;
}
.BgClassName
{
background-color: #0845AF;
}
</style>
border-color css
<style>
span { border-color: #0845AF; }
span { border-color: rgb(8,69,175); }
td.TdClassName
{
border-color: #0845AF;
}
.TagClassName
{
border-color: #0845AF;
}
</style>