Shades of Cobalt #094DB0
Tints of Cobalt #094DB0
RGB
CMYK
RGB Variations
Color information
#094DB0 (or 0x094DB0) is known color: Cobalt. HEX triplet: 09, 4D and B0. RGB value is (9,77,176). Sum of RGB (Red+Green+Blue) = 9+77+176=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 176 (69.14% from 255 or 67.18% from 262); Max value from RGB is 176 - color contains mainly: blue. Hex color #094DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094DB0 is #F6B24F. Grayscale: #434343. Windows color (decimal): -16167504 or 11554057. OLE color: 11554057.
HSL color Cylindrical-coordinate representation of color #094DB0: hue angle of 215.57º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094DB0 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 77 | 176 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.31 |
| HSL | 215.57º | 0.9% | 0.36% | - |
| HSV(B) | 215.57º | 0.95% | 0.69% | - |
| XYZ | 10.6 | 8.5 | 42.16 | - |
| YUV | 67.95 | 188.97 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 176 | 0.95 | 0.56 | 0 | 0.31 | 215.57 | 0.9 | 0.36 |
| Hex | 9 | 4D | B0 | 5F | 38 | 0 | 1F | D8 | 5A | 24 |
| Octal | 11 | 115 | 260 | 137 | 70 | 0 | 37 | 330 | 132 | 44 |
| Binary | 1001 | 1001101 | 10110000 | 1011111 | 111000 | 0 | 11111 | 11011000 | 1011010 | 100100 |
Color Harmonies of #094DB0
Complementary color
Monochromatic Colors of #094DB0
Black with #094DB0
Text Example
Text Example
White with #094DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DB0; }
p { color: rgb(9,77,176); }
H1.HeaderClassName
{
color: #094DB0;
}
.AnyTagClassName
{
color: #094DB0;
}
</style>
background-color css
<style>
a { background-color: #094DB0; }
a { background-color: rgb(9,77,176); }
div.DivClassName
{
background-color: #094DB0;
}
.BgClassName
{
background-color: #094DB0;
}
</style>
border-color css
<style>
span { border-color: #094DB0; }
span { border-color: rgb(9,77,176); }
td.TdClassName
{
border-color: #094DB0;
}
.TagClassName
{
border-color: #094DB0;
}
</style>