Shades of Cobalt #0743AC
Tints of Cobalt #0743AC
RGB
CMYK
RGB Variations
Color information
#0743AC (or 0x0743AC) is known color: Cobalt. HEX triplet: 07, 43 and AC. RGB value is (7,67,172). Sum of RGB (Red+Green+Blue) = 7+67+172=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #0743AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0743AC is #F8BC53. Grayscale: #3C3C3C. Windows color (decimal): -16301140 or 11289351. OLE color: 11289351.
HSL color Cylindrical-coordinate representation of color #0743AC: hue angle of 218.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0743AC is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 67 | 172 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.33 |
| HSL | 218.18º | 0.92% | 0.35% | - |
| HSV(B) | 218.18º | 0.96% | 0.67% | - |
| XYZ | 9.54 | 7.04 | 39.89 | - |
| YUV | 61.03 | 190.62 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 172 | 0.96 | 0.61 | 0 | 0.33 | 218.18 | 0.92 | 0.35 |
| Hex | 7 | 43 | AC | 60 | 3D | 0 | 21 | DA | 5C | 23 |
| Octal | 7 | 103 | 254 | 140 | 75 | 0 | 41 | 332 | 134 | 43 |
| Binary | 111 | 1000011 | 10101100 | 1100000 | 111101 | 0 | 100001 | 11011010 | 1011100 | 100011 |
Color Harmonies of #0743AC
Complementary color
Monochromatic Colors of #0743AC
Black with #0743AC
Text Example
Text Example
White with #0743AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0743AC; }
p { color: rgb(7,67,172); }
H1.HeaderClassName
{
color: #0743AC;
}
.AnyTagClassName
{
color: #0743AC;
}
</style>
background-color css
<style>
a { background-color: #0743AC; }
a { background-color: rgb(7,67,172); }
div.DivClassName
{
background-color: #0743AC;
}
.BgClassName
{
background-color: #0743AC;
}
</style>
border-color css
<style>
span { border-color: #0743AC; }
span { border-color: rgb(7,67,172); }
td.TdClassName
{
border-color: #0743AC;
}
.TagClassName
{
border-color: #0743AC;
}
</style>