Shades of Cobalt #094AB2
Tints of Cobalt #094AB2
RGB
CMYK
RGB Variations
Color information
#094AB2 (or 0x094AB2) is known color: Cobalt. HEX triplet: 09, 4A and B2. RGB value is (9,74,178). Sum of RGB (Red+Green+Blue) = 9+74+178=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 178 (69.92% from 255 or 68.20% from 261); Max value from RGB is 178 - color contains mainly: blue. Hex color #094AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094AB2 is #F6B54D. Grayscale: #414141. Windows color (decimal): -16168270 or 11684361. OLE color: 11684361.
HSL color Cylindrical-coordinate representation of color #094AB2: hue angle of 216.92º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094AB2 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 74 | 178 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.30 |
| HSL | 216.92º | 0.9% | 0.37% | - |
| HSV(B) | 216.92º | 0.95% | 0.7% | - |
| XYZ | 10.6 | 8.17 | 43.14 | - |
| YUV | 66.42 | 190.97 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 178 | 0.95 | 0.58 | 0 | 0.30 | 216.92 | 0.9 | 0.37 |
| Hex | 9 | 4A | B2 | 5F | 3A | 0 | 1E | D9 | 5A | 25 |
| Octal | 11 | 112 | 262 | 137 | 72 | 0 | 36 | 331 | 132 | 45 |
| Binary | 1001 | 1001010 | 10110010 | 1011111 | 111010 | 0 | 11110 | 11011001 | 1011010 | 100101 |
Color Harmonies of #094AB2
Complementary color
Monochromatic Colors of #094AB2
Black with #094AB2
Text Example
Text Example
White with #094AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094AB2; }
p { color: rgb(9,74,178); }
H1.HeaderClassName
{
color: #094AB2;
}
.AnyTagClassName
{
color: #094AB2;
}
</style>
background-color css
<style>
a { background-color: #094AB2; }
a { background-color: rgb(9,74,178); }
div.DivClassName
{
background-color: #094AB2;
}
.BgClassName
{
background-color: #094AB2;
}
</style>
border-color css
<style>
span { border-color: #094AB2; }
span { border-color: rgb(9,74,178); }
td.TdClassName
{
border-color: #094AB2;
}
.TagClassName
{
border-color: #094AB2;
}
</style>