Shades of Cobalt #0746A4
Tints of Cobalt #0746A4
RGB
CMYK
RGB Variations
Color information
#0746A4 (or 0x0746A4) is known color: Cobalt. HEX triplet: 07, 46 and A4. RGB value is (7,70,164). Sum of RGB (Red+Green+Blue) = 7+70+164=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #0746A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0746A4 is #F8B95B. Grayscale: #3D3D3D. Windows color (decimal): -16300380 or 10765831. OLE color: 10765831.
HSL color Cylindrical-coordinate representation of color #0746A4: hue angle of 215.92º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0746A4 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 70 | 164 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.36 |
| HSL | 215.92º | 0.92% | 0.34% | - |
| HSV(B) | 215.92º | 0.96% | 0.64% | - |
| XYZ | 8.98 | 7.11 | 36.02 | - |
| YUV | 61.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 164 | 0.96 | 0.57 | 0 | 0.36 | 215.92 | 0.92 | 0.34 |
| Hex | 7 | 46 | A4 | 60 | 39 | 0 | 24 | D8 | 5C | 22 |
| Octal | 7 | 106 | 244 | 140 | 71 | 0 | 44 | 330 | 134 | 42 |
| Binary | 111 | 1000110 | 10100100 | 1100000 | 111001 | 0 | 100100 | 11011000 | 1011100 | 100010 |
Color Harmonies of #0746A4
Complementary color
Monochromatic Colors of #0746A4
Black with #0746A4
Text Example
Text Example
White with #0746A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0746A4; }
p { color: rgb(7,70,164); }
H1.HeaderClassName
{
color: #0746A4;
}
.AnyTagClassName
{
color: #0746A4;
}
</style>
background-color css
<style>
a { background-color: #0746A4; }
a { background-color: rgb(7,70,164); }
div.DivClassName
{
background-color: #0746A4;
}
.BgClassName
{
background-color: #0746A4;
}
</style>
border-color css
<style>
span { border-color: #0746A4; }
span { border-color: rgb(7,70,164); }
td.TdClassName
{
border-color: #0746A4;
}
.TagClassName
{
border-color: #0746A4;
}
</style>