Shades of Cobalt #0858A4
Tints of Cobalt #0858A4
RGB
CMYK
RGB Variations
Color information
#0858A4 (or 0x0858A4) is known color: Cobalt. HEX triplet: 08, 58 and A4. RGB value is (8,88,164). Sum of RGB (Red+Green+Blue) = 8+88+164=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #0858A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0858A4 is #F7A75B. Grayscale: #484848. Windows color (decimal): -16230236 or 10770440. OLE color: 10770440.
HSL color Cylindrical-coordinate representation of color #0858A4: hue angle of 209.23º 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 #0858A4 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 88 | 164 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.36 |
| HSL | 209.23º | 0.91% | 0.34% | - |
| HSV(B) | 209.23º | 0.95% | 0.64% | - |
| XYZ | 10.29 | 9.71 | 36.45 | - |
| YUV | 72.74 | 179.5 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 164 | 0.95 | 0.46 | 0 | 0.36 | 209.23 | 0.91 | 0.34 |
| Hex | 8 | 58 | A4 | 5F | 2E | 0 | 24 | D1 | 5B | 22 |
| Octal | 10 | 130 | 244 | 137 | 56 | 0 | 44 | 321 | 133 | 42 |
| Binary | 1000 | 1011000 | 10100100 | 1011111 | 101110 | 0 | 100100 | 11010001 | 1011011 | 100010 |
Color Harmonies of #0858A4
Complementary color
Monochromatic Colors of #0858A4
Black with #0858A4
Text Example
Text Example
White with #0858A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0858A4; }
p { color: rgb(8,88,164); }
H1.HeaderClassName
{
color: #0858A4;
}
.AnyTagClassName
{
color: #0858A4;
}
</style>
background-color css
<style>
a { background-color: #0858A4; }
a { background-color: rgb(8,88,164); }
div.DivClassName
{
background-color: #0858A4;
}
.BgClassName
{
background-color: #0858A4;
}
</style>
border-color css
<style>
span { border-color: #0858A4; }
span { border-color: rgb(8,88,164); }
td.TdClassName
{
border-color: #0858A4;
}
.TagClassName
{
border-color: #0858A4;
}
</style>