Shades of Cobalt #0854AC
Tints of Cobalt #0854AC
RGB
CMYK
RGB Variations
Color information
#0854AC (or 0x0854AC) is known color: Cobalt. HEX triplet: 08, 54 and AC. RGB value is (8,84,172). Sum of RGB (Red+Green+Blue) = 8+84+172=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #0854AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0854AC is #F7AB53. Grayscale: #464646. Windows color (decimal): -16231252 or 11293704. OLE color: 11293704.
HSL color Cylindrical-coordinate representation of color #0854AC: hue angle of 212.2º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0854AC is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 84 | 172 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.33 |
| HSL | 212.2º | 0.91% | 0.35% | - |
| HSV(B) | 212.2º | 0.95% | 0.67% | - |
| XYZ | 10.72 | 9.37 | 40.27 | - |
| YUV | 71.31 | 184.82 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 172 | 0.95 | 0.51 | 0 | 0.33 | 212.2 | 0.91 | 0.35 |
| Hex | 8 | 54 | AC | 5F | 33 | 0 | 21 | D4 | 5B | 23 |
| Octal | 10 | 124 | 254 | 137 | 63 | 0 | 41 | 324 | 133 | 43 |
| Binary | 1000 | 1010100 | 10101100 | 1011111 | 110011 | 0 | 100001 | 11010100 | 1011011 | 100011 |
Color Harmonies of #0854AC
Complementary color
Monochromatic Colors of #0854AC
Black with #0854AC
Text Example
Text Example
White with #0854AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0854AC; }
p { color: rgb(8,84,172); }
H1.HeaderClassName
{
color: #0854AC;
}
.AnyTagClassName
{
color: #0854AC;
}
</style>
background-color css
<style>
a { background-color: #0854AC; }
a { background-color: rgb(8,84,172); }
div.DivClassName
{
background-color: #0854AC;
}
.BgClassName
{
background-color: #0854AC;
}
</style>
border-color css
<style>
span { border-color: #0854AC; }
span { border-color: rgb(8,84,172); }
td.TdClassName
{
border-color: #0854AC;
}
.TagClassName
{
border-color: #0854AC;
}
</style>