Shades of Cobalt #094FA1
Tints of Cobalt #094FA1
RGB
CMYK
RGB Variations
Color information
#094FA1 (or 0x094FA1) is known color: Cobalt. HEX triplet: 09, 4F and A1. RGB value is (9,79,161). Sum of RGB (Red+Green+Blue) = 9+79+161=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 161 (63.28% from 255 or 64.66% from 249); Max value from RGB is 161 - color contains mainly: blue. Hex color #094FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094FA1 is #F6B05E. Grayscale: #434343. Windows color (decimal): -16167007 or 10571529. OLE color: 10571529.
HSL color Cylindrical-coordinate representation of color #094FA1: hue angle of 212.37º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094FA1 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 79 | 161 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.37 |
| HSL | 212.37º | 0.89% | 0.33% | - |
| HSV(B) | 212.37º | 0.94% | 0.63% | - |
| XYZ | 9.34 | 8.22 | 34.81 | - |
| YUV | 67.42 | 180.81 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 161 | 0.94 | 0.51 | 0 | 0.37 | 212.37 | 0.89 | 0.33 |
| Hex | 9 | 4F | A1 | 5E | 33 | 0 | 25 | D4 | 59 | 21 |
| Octal | 11 | 117 | 241 | 136 | 63 | 0 | 45 | 324 | 131 | 41 |
| Binary | 1001 | 1001111 | 10100001 | 1011110 | 110011 | 0 | 100101 | 11010100 | 1011001 | 100001 |
Color Harmonies of #094FA1
Complementary color
Monochromatic Colors of #094FA1
Black with #094FA1
Text Example
Text Example
White with #094FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094FA1; }
p { color: rgb(9,79,161); }
H1.HeaderClassName
{
color: #094FA1;
}
.AnyTagClassName
{
color: #094FA1;
}
</style>
background-color css
<style>
a { background-color: #094FA1; }
a { background-color: rgb(9,79,161); }
div.DivClassName
{
background-color: #094FA1;
}
.BgClassName
{
background-color: #094FA1;
}
</style>
border-color css
<style>
span { border-color: #094FA1; }
span { border-color: rgb(9,79,161); }
td.TdClassName
{
border-color: #094FA1;
}
.TagClassName
{
border-color: #094FA1;
}
</style>