Shades of Cobalt #094DB3
Tints of Cobalt #094DB3
RGB
CMYK
RGB Variations
Color information
#094DB3 (or 0x094DB3) is known color: Cobalt. HEX triplet: 09, 4D and B3. RGB value is (9,77,179). Sum of RGB (Red+Green+Blue) = 9+77+179=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 179 (70.31% from 255 or 67.55% from 265); Max value from RGB is 179 - color contains mainly: blue. Hex color #094DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DB3 is #F6B24C. Grayscale: #434343. Windows color (decimal): -16167501 or 11750665. OLE color: 11750665.
HSL color Cylindrical-coordinate representation of color #094DB3: hue angle of 216º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094DB3 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 77 | 179 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.30 |
| HSL | 216º | 0.9% | 0.37% | - |
| HSV(B) | 216º | 0.95% | 0.7% | - |
| XYZ | 10.9 | 8.62 | 43.74 | - |
| YUV | 68.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 179 | 0.95 | 0.57 | 0 | 0.30 | 216 | 0.9 | 0.37 |
| Hex | 9 | 4D | B3 | 5F | 39 | 0 | 1E | D8 | 5A | 25 |
| Octal | 11 | 115 | 263 | 137 | 71 | 0 | 36 | 330 | 132 | 45 |
| Binary | 1001 | 1001101 | 10110011 | 1011111 | 111001 | 0 | 11110 | 11011000 | 1011010 | 100101 |
Color Harmonies of #094DB3
Complementary color
Monochromatic Colors of #094DB3
Black with #094DB3
Text Example
Text Example
White with #094DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DB3; }
p { color: rgb(9,77,179); }
H1.HeaderClassName
{
color: #094DB3;
}
.AnyTagClassName
{
color: #094DB3;
}
</style>
background-color css
<style>
a { background-color: #094DB3; }
a { background-color: rgb(9,77,179); }
div.DivClassName
{
background-color: #094DB3;
}
.BgClassName
{
background-color: #094DB3;
}
</style>
border-color css
<style>
span { border-color: #094DB3; }
span { border-color: rgb(9,77,179); }
td.TdClassName
{
border-color: #094DB3;
}
.TagClassName
{
border-color: #094DB3;
}
</style>