Shades of Cobalt #0944AB
Tints of Cobalt #0944AB
RGB
CMYK
RGB Variations
Color information
#0944AB (or 0x0944AB) is known color: Cobalt. HEX triplet: 09, 44 and AB. RGB value is (9,68,171). Sum of RGB (Red+Green+Blue) = 9+68+171=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #0944AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0944AB is #F6BB54. Grayscale: #3D3D3D. Windows color (decimal): -16169813 or 11224073. OLE color: 11224073.
HSL color Cylindrical-coordinate representation of color #0944AB: hue angle of 218.15º 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 #0944AB is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 68 | 171 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.33 |
| HSL | 218.15º | 0.9% | 0.35% | - |
| HSV(B) | 218.15º | 0.95% | 0.67% | - |
| XYZ | 9.53 | 7.13 | 39.4 | - |
| YUV | 62.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 68 | 171 | 0.95 | 0.60 | 0 | 0.33 | 218.15 | 0.9 | 0.35 |
| Hex | 9 | 44 | AB | 5F | 3C | 0 | 21 | DA | 5A | 23 |
| Octal | 11 | 104 | 253 | 137 | 74 | 0 | 41 | 332 | 132 | 43 |
| Binary | 1001 | 1000100 | 10101011 | 1011111 | 111100 | 0 | 100001 | 11011010 | 1011010 | 100011 |
Color Harmonies of #0944AB
Complementary color
Monochromatic Colors of #0944AB
Black with #0944AB
Text Example
Text Example
White with #0944AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0944AB; }
p { color: rgb(9,68,171); }
H1.HeaderClassName
{
color: #0944AB;
}
.AnyTagClassName
{
color: #0944AB;
}
</style>
background-color css
<style>
a { background-color: #0944AB; }
a { background-color: rgb(9,68,171); }
div.DivClassName
{
background-color: #0944AB;
}
.BgClassName
{
background-color: #0944AB;
}
</style>
border-color css
<style>
span { border-color: #0944AB; }
span { border-color: rgb(9,68,171); }
td.TdClassName
{
border-color: #0944AB;
}
.TagClassName
{
border-color: #0944AB;
}
</style>