Shades of Cobalt #094BA6
Tints of Cobalt #094BA6
RGB
CMYK
RGB Variations
Color information
#094BA6 (or 0x094BA6) is known color: Cobalt. HEX triplet: 09, 4B and A6. RGB value is (9,75,166). Sum of RGB (Red+Green+Blue) = 9+75+166=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 166 (65.23% from 255 or 66.4% from 250); Max value from RGB is 166 - color contains mainly: blue. Hex color #094BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094BA6 is #F6B459. Grayscale: #414141. Windows color (decimal): -16168026 or 10898185. OLE color: 10898185.
HSL color Cylindrical-coordinate representation of color #094BA6: hue angle of 214.78º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094BA6 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 75 | 166 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.35 |
| HSL | 214.78º | 0.9% | 0.34% | - |
| HSV(B) | 214.78º | 0.95% | 0.65% | - |
| XYZ | 9.51 | 7.84 | 37.09 | - |
| YUV | 65.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 166 | 0.95 | 0.55 | 0 | 0.35 | 214.78 | 0.9 | 0.34 |
| Hex | 9 | 4B | A6 | 5F | 37 | 0 | 23 | D7 | 5A | 22 |
| Octal | 11 | 113 | 246 | 137 | 67 | 0 | 43 | 327 | 132 | 42 |
| Binary | 1001 | 1001011 | 10100110 | 1011111 | 110111 | 0 | 100011 | 11010111 | 1011010 | 100010 |
Color Harmonies of #094BA6
Complementary color
Monochromatic Colors of #094BA6
Black with #094BA6
Text Example
Text Example
White with #094BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094BA6; }
p { color: rgb(9,75,166); }
H1.HeaderClassName
{
color: #094BA6;
}
.AnyTagClassName
{
color: #094BA6;
}
</style>
background-color css
<style>
a { background-color: #094BA6; }
a { background-color: rgb(9,75,166); }
div.DivClassName
{
background-color: #094BA6;
}
.BgClassName
{
background-color: #094BA6;
}
</style>
border-color css
<style>
span { border-color: #094BA6; }
span { border-color: rgb(9,75,166); }
td.TdClassName
{
border-color: #094BA6;
}
.TagClassName
{
border-color: #094BA6;
}
</style>