Shades of Cobalt #094ABB
Tints of Cobalt #094ABB
RGB
CMYK
RGB Variations
Color information
#094ABB (or 0x094ABB) is known color: Cobalt. HEX triplet: 09, 4A and BB. RGB value is (9,74,187). Sum of RGB (Red+Green+Blue) = 9+74+187=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #094ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094ABB is #F6B544. Grayscale: #424242. Windows color (decimal): -16168261 or 12274185. OLE color: 12274185.
HSL color Cylindrical-coordinate representation of color #094ABB: hue angle of 218.09º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094ABB is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 74 | 187 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.27 |
| HSL | 218.09º | 0.91% | 0.38% | - |
| HSV(B) | 218.09º | 0.95% | 0.73% | - |
| XYZ | 11.53 | 8.54 | 48.06 | - |
| YUV | 67.45 | 195.47 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 187 | 0.95 | 0.60 | 0 | 0.27 | 218.09 | 0.91 | 0.38 |
| Hex | 9 | 4A | BB | 5F | 3C | 0 | 1B | DA | 5B | 26 |
| Octal | 11 | 112 | 273 | 137 | 74 | 0 | 33 | 332 | 133 | 46 |
| Binary | 1001 | 1001010 | 10111011 | 1011111 | 111100 | 0 | 11011 | 11011010 | 1011011 | 100110 |
Color Harmonies of #094ABB
Complementary color
Monochromatic Colors of #094ABB
Black with #094ABB
Text Example
Text Example
White with #094ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094ABB; }
p { color: rgb(9,74,187); }
H1.HeaderClassName
{
color: #094ABB;
}
.AnyTagClassName
{
color: #094ABB;
}
</style>
background-color css
<style>
a { background-color: #094ABB; }
a { background-color: rgb(9,74,187); }
div.DivClassName
{
background-color: #094ABB;
}
.BgClassName
{
background-color: #094ABB;
}
</style>
border-color css
<style>
span { border-color: #094ABB; }
span { border-color: rgb(9,74,187); }
td.TdClassName
{
border-color: #094ABB;
}
.TagClassName
{
border-color: #094ABB;
}
</style>