Shades of Cobalt #0745BD
Tints of Cobalt #0745BD
RGB
CMYK
RGB Variations
Color information
#0745BD (or 0x0745BD) is known color: Cobalt. HEX triplet: 07, 45 and BD. RGB value is (7,69,189). Sum of RGB (Red+Green+Blue) = 7+69+189=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #0745BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0745BD is #F8BA42. Grayscale: #3F3F3F. Windows color (decimal): -16300611 or 12403975. OLE color: 12403975.
HSL color Cylindrical-coordinate representation of color #0745BD: hue angle of 219.56º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0745BD is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 69 | 189 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.26 |
| HSL | 219.56º | 0.93% | 0.38% | - |
| HSV(B) | 219.56º | 0.96% | 0.74% | - |
| XYZ | 11.4 | 7.98 | 49.08 | - |
| YUV | 64.14 | 198.46 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 189 | 0.96 | 0.63 | 0 | 0.26 | 219.56 | 0.93 | 0.38 |
| Hex | 7 | 45 | BD | 60 | 3F | 0 | 1A | DC | 5D | 26 |
| Octal | 7 | 105 | 275 | 140 | 77 | 0 | 32 | 334 | 135 | 46 |
| Binary | 111 | 1000101 | 10111101 | 1100000 | 111111 | 0 | 11010 | 11011100 | 1011101 | 100110 |
Color Harmonies of #0745BD
Complementary color
Monochromatic Colors of #0745BD
Black with #0745BD
Text Example
Text Example
White with #0745BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0745BD; }
p { color: rgb(7,69,189); }
H1.HeaderClassName
{
color: #0745BD;
}
.AnyTagClassName
{
color: #0745BD;
}
</style>
background-color css
<style>
a { background-color: #0745BD; }
a { background-color: rgb(7,69,189); }
div.DivClassName
{
background-color: #0745BD;
}
.BgClassName
{
background-color: #0745BD;
}
</style>
border-color css
<style>
span { border-color: #0745BD; }
span { border-color: rgb(7,69,189); }
td.TdClassName
{
border-color: #0745BD;
}
.TagClassName
{
border-color: #0745BD;
}
</style>