Shades of Cobalt #094AB7
Tints of Cobalt #094AB7
RGB
CMYK
RGB Variations
Color information
#094AB7 (or 0x094AB7) is known color: Cobalt. HEX triplet: 09, 4A and B7. RGB value is (9,74,183). Sum of RGB (Red+Green+Blue) = 9+74+183=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 183 (71.88% from 255 or 68.80% from 266); Max value from RGB is 183 - color contains mainly: blue. Hex color #094AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094AB7 is #F6B548. Grayscale: #424242. Windows color (decimal): -16168265 or 12012041. OLE color: 12012041.
HSL color Cylindrical-coordinate representation of color #094AB7: hue angle of 217.59º 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 #094AB7 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 74 | 183 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.28 |
| HSL | 217.59º | 0.91% | 0.38% | - |
| HSV(B) | 217.59º | 0.95% | 0.72% | - |
| XYZ | 11.11 | 8.37 | 45.83 | - |
| YUV | 66.99 | 193.47 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 183 | 0.95 | 0.60 | 0 | 0.28 | 217.59 | 0.91 | 0.38 |
| Hex | 9 | 4A | B7 | 5F | 3C | 0 | 1C | DA | 5B | 26 |
| Octal | 11 | 112 | 267 | 137 | 74 | 0 | 34 | 332 | 133 | 46 |
| Binary | 1001 | 1001010 | 10110111 | 1011111 | 111100 | 0 | 11100 | 11011010 | 1011011 | 100110 |
Color Harmonies of #094AB7
Complementary color
Monochromatic Colors of #094AB7
Black with #094AB7
Text Example
Text Example
White with #094AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094AB7; }
p { color: rgb(9,74,183); }
H1.HeaderClassName
{
color: #094AB7;
}
.AnyTagClassName
{
color: #094AB7;
}
</style>
background-color css
<style>
a { background-color: #094AB7; }
a { background-color: rgb(9,74,183); }
div.DivClassName
{
background-color: #094AB7;
}
.BgClassName
{
background-color: #094AB7;
}
</style>
border-color css
<style>
span { border-color: #094AB7; }
span { border-color: rgb(9,74,183); }
td.TdClassName
{
border-color: #094AB7;
}
.TagClassName
{
border-color: #094AB7;
}
</style>