Shades of Cobalt #0749BE
Tints of Cobalt #0749BE
RGB
CMYK
RGB Variations
Color information
#0749BE (or 0x0749BE) is known color: Cobalt. HEX triplet: 07, 49 and BE. RGB value is (7,73,190). Sum of RGB (Red+Green+Blue) = 7+73+190=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #0749BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0749BE is #F8B641. Grayscale: #424242. Windows color (decimal): -16299586 or 12470535. OLE color: 12470535.
HSL color Cylindrical-coordinate representation of color #0749BE: hue angle of 218.36º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0749BE is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 73 | 190 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.25 |
| HSL | 218.36º | 0.93% | 0.39% | - |
| HSV(B) | 218.36º | 0.96% | 0.75% | - |
| XYZ | 11.76 | 8.53 | 49.74 | - |
| YUV | 66.6 | 197.63 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 190 | 0.96 | 0.62 | 0 | 0.25 | 218.36 | 0.93 | 0.39 |
| Hex | 7 | 49 | BE | 60 | 3E | 0 | 19 | DA | 5D | 27 |
| Octal | 7 | 111 | 276 | 140 | 76 | 0 | 31 | 332 | 135 | 47 |
| Binary | 111 | 1001001 | 10111110 | 1100000 | 111110 | 0 | 11001 | 11011010 | 1011101 | 100111 |
Color Harmonies of #0749BE
Complementary color
Monochromatic Colors of #0749BE
Black with #0749BE
Text Example
Text Example
White with #0749BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0749BE; }
p { color: rgb(7,73,190); }
H1.HeaderClassName
{
color: #0749BE;
}
.AnyTagClassName
{
color: #0749BE;
}
</style>
background-color css
<style>
a { background-color: #0749BE; }
a { background-color: rgb(7,73,190); }
div.DivClassName
{
background-color: #0749BE;
}
.BgClassName
{
background-color: #0749BE;
}
</style>
border-color css
<style>
span { border-color: #0749BE; }
span { border-color: rgb(7,73,190); }
td.TdClassName
{
border-color: #0749BE;
}
.TagClassName
{
border-color: #0749BE;
}
</style>