Shades of Cobalt #0845A4
Tints of Cobalt #0845A4
RGB
CMYK
RGB Variations
Color information
#0845A4 (or 0x0845A4) is known color: Cobalt. HEX triplet: 08, 45 and A4. RGB value is (8,69,164). Sum of RGB (Red+Green+Blue) = 8+69+164=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #0845A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0845A4 is #F7BA5B. Grayscale: #3D3D3D. Windows color (decimal): -16235100 or 10765576. OLE color: 10765576.
HSL color Cylindrical-coordinate representation of color #0845A4: hue angle of 216.54º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0845A4 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 69 | 164 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.36 |
| HSL | 216.54º | 0.91% | 0.34% | - |
| HSV(B) | 216.54º | 0.95% | 0.64% | - |
| XYZ | 8.93 | 6.99 | 36 | - |
| YUV | 61.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 164 | 0.95 | 0.58 | 0 | 0.36 | 216.54 | 0.91 | 0.34 |
| Hex | 8 | 45 | A4 | 5F | 3A | 0 | 24 | D9 | 5B | 22 |
| Octal | 10 | 105 | 244 | 137 | 72 | 0 | 44 | 331 | 133 | 42 |
| Binary | 1000 | 1000101 | 10100100 | 1011111 | 111010 | 0 | 100100 | 11011001 | 1011011 | 100010 |
Color Harmonies of #0845A4
Complementary color
Monochromatic Colors of #0845A4
Black with #0845A4
Text Example
Text Example
White with #0845A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845A4; }
p { color: rgb(8,69,164); }
H1.HeaderClassName
{
color: #0845A4;
}
.AnyTagClassName
{
color: #0845A4;
}
</style>
background-color css
<style>
a { background-color: #0845A4; }
a { background-color: rgb(8,69,164); }
div.DivClassName
{
background-color: #0845A4;
}
.BgClassName
{
background-color: #0845A4;
}
</style>
border-color css
<style>
span { border-color: #0845A4; }
span { border-color: rgb(8,69,164); }
td.TdClassName
{
border-color: #0845A4;
}
.TagClassName
{
border-color: #0845A4;
}
</style>