Shades of Cobalt #0954AB
Tints of Cobalt #0954AB
RGB
CMYK
RGB Variations
Color information
#0954AB (or 0x0954AB) is known color: Cobalt. HEX triplet: 09, 54 and AB. RGB value is (9,84,171). Sum of RGB (Red+Green+Blue) = 9+84+171=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #0954AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0954AB is #F6AB54. Grayscale: #474747. Windows color (decimal): -16165717 or 11228169. OLE color: 11228169.
HSL color Cylindrical-coordinate representation of color #0954AB: hue angle of 212.22º degrees, saturation: 0.9, 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 #0954AB is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 84 | 171 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.33 |
| HSL | 212.22º | 0.9% | 0.35% | - |
| HSV(B) | 212.22º | 0.95% | 0.67% | - |
| XYZ | 10.63 | 9.34 | 39.77 | - |
| YUV | 71.49 | 184.15 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 171 | 0.95 | 0.51 | 0 | 0.33 | 212.22 | 0.9 | 0.35 |
| Hex | 9 | 54 | AB | 5F | 33 | 0 | 21 | D4 | 5A | 23 |
| Octal | 11 | 124 | 253 | 137 | 63 | 0 | 41 | 324 | 132 | 43 |
| Binary | 1001 | 1010100 | 10101011 | 1011111 | 110011 | 0 | 100001 | 11010100 | 1011010 | 100011 |
Color Harmonies of #0954AB
Complementary color
Monochromatic Colors of #0954AB
Black with #0954AB
Text Example
Text Example
White with #0954AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0954AB; }
p { color: rgb(9,84,171); }
H1.HeaderClassName
{
color: #0954AB;
}
.AnyTagClassName
{
color: #0954AB;
}
</style>
background-color css
<style>
a { background-color: #0954AB; }
a { background-color: rgb(9,84,171); }
div.DivClassName
{
background-color: #0954AB;
}
.BgClassName
{
background-color: #0954AB;
}
</style>
border-color css
<style>
span { border-color: #0954AB; }
span { border-color: rgb(9,84,171); }
td.TdClassName
{
border-color: #0954AB;
}
.TagClassName
{
border-color: #0954AB;
}
</style>