Shades of Cobalt #0740BF
Tints of Cobalt #0740BF
RGB
CMYK
RGB Variations
Color information
#0740BF (or 0x0740BF) is known color: Cobalt. HEX triplet: 07, 40 and BF. RGB value is (7,64,191). Sum of RGB (Red+Green+Blue) = 7+64+191=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #0740BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0740BF is #F8BF40. Grayscale: #3C3C3C. Windows color (decimal): -16301889 or 12533767. OLE color: 12533767.
HSL color Cylindrical-coordinate representation of color #0740BF: hue angle of 221.41º 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 #0740BF is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 64 | 191 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.25 |
| HSL | 221.41º | 0.93% | 0.39% | - |
| HSV(B) | 221.41º | 0.96% | 0.75% | - |
| XYZ | 11.32 | 7.47 | 50.14 | - |
| YUV | 61.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 191 | 0.96 | 0.66 | 0 | 0.25 | 221.41 | 0.93 | 0.39 |
| Hex | 7 | 40 | BF | 60 | 42 | 0 | 19 | DD | 5D | 27 |
| Octal | 7 | 100 | 277 | 140 | 102 | 0 | 31 | 335 | 135 | 47 |
| Binary | 111 | 1000000 | 10111111 | 1100000 | 1000010 | 0 | 11001 | 11011101 | 1011101 | 100111 |
Color Harmonies of #0740BF
Complementary color
Monochromatic Colors of #0740BF
Black with #0740BF
Text Example
Text Example
White with #0740BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0740BF; }
p { color: rgb(7,64,191); }
H1.HeaderClassName
{
color: #0740BF;
}
.AnyTagClassName
{
color: #0740BF;
}
</style>
background-color css
<style>
a { background-color: #0740BF; }
a { background-color: rgb(7,64,191); }
div.DivClassName
{
background-color: #0740BF;
}
.BgClassName
{
background-color: #0740BF;
}
</style>
border-color css
<style>
span { border-color: #0740BF; }
span { border-color: rgb(7,64,191); }
td.TdClassName
{
border-color: #0740BF;
}
.TagClassName
{
border-color: #0740BF;
}
</style>