Shades of Cobalt #094CBC
Tints of Cobalt #094CBC
RGB
CMYK
RGB Variations
Color information
#094CBC (or 0x094CBC) is known color: Cobalt. HEX triplet: 09, 4C and BC. RGB value is (9,76,188). Sum of RGB (Red+Green+Blue) = 9+76+188=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #094CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CBC is #F6B343. Grayscale: #444444. Windows color (decimal): -16167748 or 12340233. OLE color: 12340233.
HSL color Cylindrical-coordinate representation of color #094CBC: hue angle of 217.54º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094CBC is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 76 | 188 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.26 |
| HSL | 217.54º | 0.91% | 0.39% | - |
| HSV(B) | 217.54º | 0.95% | 0.74% | - |
| XYZ | 11.77 | 8.86 | 48.67 | - |
| YUV | 68.74 | 195.3 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 188 | 0.95 | 0.60 | 0 | 0.26 | 217.54 | 0.91 | 0.39 |
| Hex | 9 | 4C | BC | 5F | 3C | 0 | 1A | DA | 5B | 27 |
| Octal | 11 | 114 | 274 | 137 | 74 | 0 | 32 | 332 | 133 | 47 |
| Binary | 1001 | 1001100 | 10111100 | 1011111 | 111100 | 0 | 11010 | 11011010 | 1011011 | 100111 |
Color Harmonies of #094CBC
Complementary color
Monochromatic Colors of #094CBC
Black with #094CBC
Text Example
Text Example
White with #094CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CBC; }
p { color: rgb(9,76,188); }
H1.HeaderClassName
{
color: #094CBC;
}
.AnyTagClassName
{
color: #094CBC;
}
</style>
background-color css
<style>
a { background-color: #094CBC; }
a { background-color: rgb(9,76,188); }
div.DivClassName
{
background-color: #094CBC;
}
.BgClassName
{
background-color: #094CBC;
}
</style>
border-color css
<style>
span { border-color: #094CBC; }
span { border-color: rgb(9,76,188); }
td.TdClassName
{
border-color: #094CBC;
}
.TagClassName
{
border-color: #094CBC;
}
</style>