Shades of Cobalt #0955AF
Tints of Cobalt #0955AF
RGB
CMYK
RGB Variations
Color information
#0955AF (or 0x0955AF) is known color: Cobalt. HEX triplet: 09, 55 and AF. RGB value is (9,85,175). Sum of RGB (Red+Green+Blue) = 9+85+175=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #0955AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0955AF is #F6AA50. Grayscale: #484848. Windows color (decimal): -16165457 or 11490569. OLE color: 11490569.
HSL color Cylindrical-coordinate representation of color #0955AF: hue angle of 212.53º degrees, saturation: 0.9, 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 #0955AF is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 85 | 175 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.31 |
| HSL | 212.53º | 0.9% | 0.36% | - |
| HSV(B) | 212.53º | 0.95% | 0.69% | - |
| XYZ | 11.1 | 9.65 | 41.84 | - |
| YUV | 72.54 | 185.82 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 175 | 0.95 | 0.51 | 0 | 0.31 | 212.53 | 0.9 | 0.36 |
| Hex | 9 | 55 | AF | 5F | 33 | 0 | 1F | D5 | 5A | 24 |
| Octal | 11 | 125 | 257 | 137 | 63 | 0 | 37 | 325 | 132 | 44 |
| Binary | 1001 | 1010101 | 10101111 | 1011111 | 110011 | 0 | 11111 | 11010101 | 1011010 | 100100 |
Color Harmonies of #0955AF
Complementary color
Monochromatic Colors of #0955AF
Black with #0955AF
Text Example
Text Example
White with #0955AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0955AF; }
p { color: rgb(9,85,175); }
H1.HeaderClassName
{
color: #0955AF;
}
.AnyTagClassName
{
color: #0955AF;
}
</style>
background-color css
<style>
a { background-color: #0955AF; }
a { background-color: rgb(9,85,175); }
div.DivClassName
{
background-color: #0955AF;
}
.BgClassName
{
background-color: #0955AF;
}
</style>
border-color css
<style>
span { border-color: #0955AF; }
span { border-color: rgb(9,85,175); }
td.TdClassName
{
border-color: #0955AF;
}
.TagClassName
{
border-color: #0955AF;
}
</style>