Shades of Cobalt #094DB7
Tints of Cobalt #094DB7
RGB
CMYK
RGB Variations
Color information
#094DB7 (or 0x094DB7) is known color: Cobalt. HEX triplet: 09, 4D and B7. RGB value is (9,77,183). Sum of RGB (Red+Green+Blue) = 9+77+183=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 183 (71.88% from 255 or 68.03% from 269); Max value from RGB is 183 - color contains mainly: blue. Hex color #094DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DB7 is #F6B248. Grayscale: #444444. Windows color (decimal): -16167497 or 12012809. OLE color: 12012809.
HSL color Cylindrical-coordinate representation of color #094DB7: hue angle of 216.55º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094DB7 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 77 | 183 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.28 |
| HSL | 216.55º | 0.91% | 0.38% | - |
| HSV(B) | 216.55º | 0.95% | 0.72% | - |
| XYZ | 11.31 | 8.78 | 45.9 | - |
| YUV | 68.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 183 | 0.95 | 0.58 | 0 | 0.28 | 216.55 | 0.91 | 0.38 |
| Hex | 9 | 4D | B7 | 5F | 3A | 0 | 1C | D9 | 5B | 26 |
| Octal | 11 | 115 | 267 | 137 | 72 | 0 | 34 | 331 | 133 | 46 |
| Binary | 1001 | 1001101 | 10110111 | 1011111 | 111010 | 0 | 11100 | 11011001 | 1011011 | 100110 |
Color Harmonies of #094DB7
Complementary color
Monochromatic Colors of #094DB7
Black with #094DB7
Text Example
Text Example
White with #094DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DB7; }
p { color: rgb(9,77,183); }
H1.HeaderClassName
{
color: #094DB7;
}
.AnyTagClassName
{
color: #094DB7;
}
</style>
background-color css
<style>
a { background-color: #094DB7; }
a { background-color: rgb(9,77,183); }
div.DivClassName
{
background-color: #094DB7;
}
.BgClassName
{
background-color: #094DB7;
}
</style>
border-color css
<style>
span { border-color: #094DB7; }
span { border-color: rgb(9,77,183); }
td.TdClassName
{
border-color: #094DB7;
}
.TagClassName
{
border-color: #094DB7;
}
</style>